diff options
Diffstat (limited to 'include/configs/mx31pdk.h')
-rw-r--r-- | include/configs/mx31pdk.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index e351f05c06..f0cdebe340 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -126,12 +126,9 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ CONFIG_SYS_INIT_RAM_SIZE) -/*----------------------------------------------------------------------- - * FLASH and environment organization +/* + * environment organization */ -/* No NOR flash present */ -#define CONFIG_SYS_NO_FLASH - #define CONFIG_ENV_IS_IN_NAND #define CONFIG_ENV_OFFSET 0x40000 #define CONFIG_ENV_OFFSET_REDUND 0x60000 |