diff options
Diffstat (limited to 'include/configs/imx31_phycore.h')
-rw-r--r-- | include/configs/imx31_phycore.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index efeb008b6b..5d0702f683 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -118,7 +118,6 @@ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM_1 0x80000000 #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SYS_TEXT_BASE 0xA0000000 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 @@ -168,7 +167,7 @@ #define CONFIG_JFFS2_DEV "nor0" /* EET platform additions */ -#ifdef CONFIG_IMX31_PHYCORE_EET +#ifdef CONFIG_TARGET_IMX31_PHYCORE_EET #define CONFIG_MXC_GPIO #define CONFIG_HARD_SPI |