diff options
author | Stefan Popa <Stefan.Popa@freescale.com> | 2010-11-26 17:09:40 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-30 21:15:01 +0100 |
commit | 0b72585796d6e08abba56965644ea51748c4b1d2 (patch) | |
tree | b385e1b8418679a1d5ce42ffbd984c71f2ccf8ce /include/configs/MPC8360EMDS.h | |
parent | d0d2271f8c62e830ec65fb069b6d12dd708e3e2f (diff) | |
download | u-boot-imx-0b72585796d6e08abba56965644ea51748c4b1d2.zip u-boot-imx-0b72585796d6e08abba56965644ea51748c4b1d2.tar.gz u-boot-imx-0b72585796d6e08abba56965644ea51748c4b1d2.tar.bz2 |
mpc83xx: Fix for MPC8360 ATM Quad OC3 External Phys
Changed the CS4 and CS5 addresses on Local Bus for matching the PMC0
and PMC1 addresses.
Signed-off-by: Stefan Popa <Stefan.Popa@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8360EMDS.h')
-rw-r--r-- | include/configs/MPC8360EMDS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index 7b82c43..a959940 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -296,13 +296,13 @@ /* * CS4 on Local Bus, to PIB */ -#define CONFIG_SYS_BR4_PRELIM 0xf8010801 /* CS4 base address at 0xf8010000 */ +#define CONFIG_SYS_BR4_PRELIM 0xf8008801 /* CS4 base address at 0xf8008000 */ #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7 /* size 32KB, port size 8bit, GPCM */ /* * CS5 on Local Bus, to PIB */ -#define CONFIG_SYS_BR5_PRELIM 0xf8008801 /* CS5 base address at 0xf8008000 */ +#define CONFIG_SYS_BR5_PRELIM 0xf8010801 /* CS5 base address at 0xf8010000 */ #define CONFIG_SYS_OR5_PRELIM 0xffffe9f7 /* size 32KB, port size 8bit, GPCM */ /* |