diff options
Diffstat (limited to 'configs/vct_premium_onenand_defconfig')
-rw-r--r-- | configs/vct_premium_onenand_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/vct_premium_onenand_defconfig b/configs/vct_premium_onenand_defconfig index 041be5353d..222b7544ec 100644 --- a/configs/vct_premium_onenand_defconfig +++ b/configs/vct_premium_onenand_defconfig @@ -4,6 +4,7 @@ CONFIG_VCT_PREMIUM=y CONFIG_VCT_ONENAND=y CONFIG_BOOTDELAY=5 CONFIG_SYS_CONSOLE_INFO_QUIET=y +# CONFIG_AUTO_COMPLETE is not set CONFIG_SYS_PROMPT="$ " CONFIG_CMD_EEPROM=y # CONFIG_CMD_FLASH is not set @@ -21,6 +22,10 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=onenand:128k(u-boot),128k(env),20m(kernel),-(r CONFIG_CMD_UBI=y # CONFIG_CMD_UBIFS is not set CONFIG_ENV_IS_IN_ONENAND=y +CONFIG_BOOTP_BOOTPATH=y +CONFIG_BOOTP_GATEWAY=y +CONFIG_BOOTP_HOSTNAME=y +CONFIG_BOOTP_SUBNETMASK=y CONFIG_NETDEVICES=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x00000000 |