mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
5e69947f51
For Marvell plugs, move the configuration of DHCP, NAND/SF, PING and USB commands, and HUSH_PARSER into the _defconfig file, rather than the include/configs/*plug.h files. This avoids compiler warnings of duplicate definitions if the option is selected in the .config, but also defined in the include/configs/*plug.h file. Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
11 lines
241 B
Text
11 lines
241 B
Text
CONFIG_ARM=y
|
|
CONFIG_KIRKWOOD=y
|
|
CONFIG_TARGET_SHEEVAPLUG=y
|
|
# 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
|