diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig index 194ef0285c63f8926da927ea0f6c2ca8d5425bd7..19cbfd568b9f28aa91f1daa79ddba4d536035572 100644 --- a/configs/ib62x0_defconfig +++ b/configs/ib62x0_defconfig @@ -5,3 +5,8 @@ CONFIG_SYS_PROMPT="ib62x0 => " # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_HUSH_PARSER=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_NAND=y +CONFIG_CMD_PING=y +CONFIG_CMD_USB=y diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index ad966bd9ac1d6a8f3720a9bf7b9ced4ddc52da1d..976147da3c86e5d769f26be64ff2549ffc29250f 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -45,9 +45,6 @@ #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_IDE #define CONFIG_CMD_MII -#define CONFIG_CMD_NAND -#define CONFIG_CMD_PING -#define CONFIG_CMD_USB /* * mv-common.h should be defined after CMD configs since it used them