-
- Downloads
mpc83xx: streamline the 83xx immr head file
For better format and style, I streamlined the 83xx head files,
including immap_83xx.h and mpc83xx.h. In the old head files, 1)
duplicated macro definition appear in the both files; 2) the structure
of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
macro definition put inside the each structure. So, I cleaned up the
structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
moved the macro definition to mpc83xx.h, Just like MPC8260.
CHANGELOG
*streamline the 83xx immr head file
Signed-off-by:
Dave Liu <daveliu@freescale.com>
Showing
- board/tqm834x/tqm834x.c 2 additions, 2 deletionsboard/tqm834x/tqm834x.c
- cpu/mpc83xx/cpu_init.c 4 additions, 4 deletionscpu/mpc83xx/cpu_init.c
- cpu/mpc83xx/qe_io.c 1 addition, 1 deletioncpu/mpc83xx/qe_io.c
- cpu/mpc83xx/speed.c 7 additions, 7 deletionscpu/mpc83xx/speed.c
- include/asm-ppc/immap_83xx.h 212 additions, 1680 deletionsinclude/asm-ppc/immap_83xx.h
- include/mpc83xx.h 896 additions, 367 deletionsinclude/mpc83xx.h
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment