diff options
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r-- | include/configs/mx53evk.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 839c8ccfae..251b6f0c37 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -144,9 +144,7 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) -/* FLASH and environment organization */ -#define CONFIG_SYS_NO_FLASH - +/* environment organization */ #define CONFIG_ENV_OFFSET (6 * 64 * 1024) #define CONFIG_ENV_SIZE (8 * 1024) #define CONFIG_ENV_IS_IN_MMC |