diff options
author | Becky Bruce <beckyb@kernel.crashing.org> | 2010-06-17 11:37:18 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-16 10:55:08 -0500 |
commit | 0914f4832887341ee073d2d2bfbada69a6872548 (patch) | |
tree | a1d5e403ef842bf888e65c6d4496b3937bc13e87 /include/configs/XPEDITE5370.h | |
parent | 525f6c3add71c0fba0911d770bba5e9282be0cf2 (diff) | |
download | u-boot-imx-0914f4832887341ee073d2d2bfbada69a6872548.zip u-boot-imx-0914f4832887341ee073d2d2bfbada69a6872548.tar.gz u-boot-imx-0914f4832887341ee073d2d2bfbada69a6872548.tar.bz2 |
powerpc: Update configs to properly set FSL_ELBC
Some parts that have an Enhanced Local Bus Controller weren't
setting CONFIG_FSL_ELBC. Fix this so we can use this define
properly going forward (currently it's only used if PHYS_64BIT is
set, which meant not all platforms needed to have it set correctly).
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/XPEDITE5370.h')
-rw-r--r-- | include/configs/XPEDITE5370.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/XPEDITE5370.h b/include/configs/XPEDITE5370.h index 7fd3668..20a6753 100644 --- a/include/configs/XPEDITE5370.h +++ b/include/configs/XPEDITE5370.h @@ -47,6 +47,7 @@ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_FSL_ELBC 1 /* * Multicore config |