diff options
Diffstat (limited to 'configs/vf610twr_nand_defconfig')
-rw-r--r-- | configs/vf610twr_nand_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig index f1dc19a543..fc4dd89f77 100644 --- a/configs/vf610twr_nand_defconfig +++ b/configs/vf610twr_nand_defconfig @@ -1,7 +1,8 @@ CONFIG_ARM=y CONFIG_ARCH_VF610=y CONFIG_DEFAULT_DEVICE_TREE="vf610-twr" -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/vf610twr/imximage.cfg,ENV_IS_IN_NAND" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/vf610twr/imximage.cfg" +CONFIG_ENV_IS_IN_NAND=y CONFIG_BOOTDELAY=3 CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y |