diff options
Diffstat (limited to 'include/configs/mcx.h')
| -rw-r--r-- | include/configs/mcx.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/configs/mcx.h b/include/configs/mcx.h index bf49cc13813..e304c994171 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -114,7 +114,6 @@  #define CONFIG_USB_EHCI_OMAP  #define CONFIG_USB_ULPI  #define CONFIG_USB_ULPI_VIEWPORT_OMAP -/*#define CONFIG_EHCI_DCACHE*/ /* leave it disabled for now */  #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO	57  #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 @@ -379,6 +378,9 @@  #define CONFIG_SPL_SERIAL_SUPPORT  #define CONFIG_SPL_POWER_SUPPORT  #define CONFIG_SPL_NAND_SUPPORT +#define CONFIG_SPL_NAND_BASE +#define CONFIG_SPL_NAND_DRIVERS +#define CONFIG_SPL_NAND_ECC  #define CONFIG_SPL_LDSCRIPT		"$(CPUDIR)/omap-common/u-boot-spl.lds"  #define CONFIG_SPL_TEXT_BASE		0x40200000 /*CONFIG_SYS_SRAM_START*/ | 
