]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Make Freescale local bus registers available for both 83xx and 85xx.
authorHaiying Wang <Haiying.Wang@freescale.com>
Wed, 29 Oct 2008 15:05:55 +0000 (11:05 -0400)
committerScott Wood <scottwood@freescale.com>
Wed, 29 Oct 2008 16:12:53 +0000 (11:12 -0500)
commit4e190b03aaf2309bd2e025d1187a2ca880fedc95
tree57afb19280a15c5918a66c36482686c2095e6615
parent695c130e4bf75b444720ddfd83aca88f41c046cf
Make Freescale local bus registers available for both 83xx and 85xx.

- Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
  can be shared by both 83xx and 85xx
- Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
  files which use lbus83xx_t.
- Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
  85xx can share them.

Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
12 files changed:
board/freescale/mpc8313erdb/sdram.c
board/freescale/mpc8349emds/mpc8349emds.c
board/freescale/mpc8349itx/mpc8349itx.c
board/freescale/mpc8360emds/mpc8360emds.c
board/sbc8349/sbc8349.c
cpu/mpc83xx/cpu.c
drivers/mtd/nand/fsl_elbc_nand.c
include/asm-ppc/fsl_lbc.h
include/asm-ppc/immap_83xx.h
include/asm-ppc/immap_85xx.h
include/mpc83xx.h
nand_spl/nand_boot_fsl_elbc.c