u-boot/arch/powerpc/cpu/mpc86xx
Andy Fleming e76cd5d4cf 8xxx: Change all 8*xx_DDR addresses to 8xxx
There were a number of shared files that were using
CONFIG_SYS_MPC85xx_DDR_ADDR, or CONFIG_SYS_MPC86xx_DDR_ADDR, and
several variants (DDR2, DDR3). A recent patchset added
85xx-specific ones to code which was used by 86xx systems.
After reviewing places where these constants were used, and
noting that the type definitions of the pointers assigned to
point to those addresses were the same, the cleanest approach
to fixing this problem was to unify the namespace for the
85xx, 83xx, and 86xx DDR address definitions.

This patch does:

s/CONFIG_SYS_MPC8.xx_DDR/CONFIG_SYS_MPC8xxx_DDR/g

All 85xx, 86xx, and 83xx have been built with this change.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Tested-by: Andy Fleming <afleming@freescale.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
2012-11-27 17:45:17 -06:00
..
Makefile powerpc/86xx: Add SERDES support on MPC8641 & MPC8610 2011-01-14 01:32:18 -06:00
cache.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
config.mk PowerPC: Move -fPIC flag to common place 2011-04-11 21:36:41 +02:00
cpu.c arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning 2011-12-02 00:16:46 +01:00
cpu_init.c powerpc/mpc86xx: Disable translation for BAT setup 2011-10-09 17:57:54 -05:00
ddr-8641.c 8xxx: Change all 8*xx_DDR addresses to 8xxx 2012-11-27 17:45:17 -06:00
fdt.c powerpc/mpc85xx: software workaround for DDR erratum A-004468 2012-10-22 14:31:28 -05:00
interrupts.c GCC4.6: Squash warnings in mpc86xx/interrupts.c 2011-10-27 23:54:01 +02:00
mp.c powerpc/mpc85xx: software workaround for DDR erratum A-004468 2012-10-22 14:31:28 -05:00
mpc8610_serdes.c powerpc/86xx: Add SERDES support on MPC8641 & MPC8610 2011-01-14 01:32:18 -06:00
mpc8641_serdes.c powerpc/86xx: Add SERDES support on MPC8641 & MPC8610 2011-01-14 01:32:18 -06:00
release.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
speed.c 83xx/85xx/86xx: LBC register cleanup 2010-07-16 10:55:09 -05:00
start.S powerpc/mpc86xx: Disable translation for BAT setup 2011-10-09 17:57:54 -05:00
traps.c arch/powerpc/lib/board.c, *traps.c: sparse fixes 2012-11-04 11:00:35 -07:00
u-boot.lds common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00