diff options
Diffstat (limited to 'include/configs/mx6ullevk.h')
-rw-r--r-- | include/configs/mx6ullevk.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index b56482427f..c65a9e5474 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -152,9 +152,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_SYS_MMC_ENV_DEV 1 /* USDHC2 */ #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ #define CONFIG_MMCROOT "/dev/mmcblk1p2" /* USDHC2 */ |