X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configs%2Fvf610twr_nand_defconfig;h=8f31b9697d7f660f306fb854a76c10cf81743fc1;hb=3146f0c017df2231d03dff09cee31f7bd63db3e5;hp=45915263d75a29dd799dd5888aeeab9bc0e0d31a;hpb=69e173eb57d1f4848f070c83456096ba5d2ba1b4;p=platform%2Fkernel%2Fu-boot.git diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig index 4591526..8f31b96 100644 --- a/configs/vf610twr_nand_defconfig +++ b/configs/vf610twr_nand_defconfig @@ -1,17 +1,32 @@ CONFIG_ARM=y -CONFIG_TARGET_VF610TWR=y -CONFIG_DM_SERIAL=y -CONFIG_DM_GPIO=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 +CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_MMC=y +CONFIG_CMD_NAND_TRIMFFS=y +CONFIG_CMD_I2C=y +CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y +CONFIG_CMD_PING=y +CONFIG_CMD_FAT=y +CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y CONFIG_DM=y +CONFIG_DM_GPIO=y CONFIG_VYBRID_GPIO=y CONFIG_NAND_VF610_NFC=y CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_SPI_FLASH=y +CONFIG_PHYLIB=y +CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y -CONFIG_OF_LIBFDT=y