]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: streamline the 83xx immr head file
authorDave Liu <r63238@freescale.com>
Thu, 7 Dec 2006 13:11:58 +0000 (21:11 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 2 Mar 2007 17:05:53 +0000 (11:05 -0600)
commite080313c32322e15ab5a18eb896a252858c57284
tree4eea19d56d2dc72d2f69d7410b1989ebaa99ecb3
parentddd02492f43db5408f5ab9f823b0ba5796e28ef0
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>
board/tqm834x/tqm834x.c
cpu/mpc83xx/cpu_init.c
cpu/mpc83xx/qe_io.c
cpu/mpc83xx/speed.c
include/asm-ppc/immap_83xx.h
include/mpc83xx.h