mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
89cb2b5f8b
Update the config.h and defconfig files for the commands that 8e3c036 converted over to Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
17 lines
337 B
Text
17 lines
337 B
Text
CONFIG_PPC=y
|
|
CONFIG_MPC5xxx=y
|
|
CONFIG_TARGET_A3M071=y
|
|
CONFIG_SPL=y
|
|
CONFIG_FIT=y
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="A4M2K"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_LOOPW=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_LINK_LOCAL=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_LIB_RAND=y
|
|
CONFIG_OF_LIBFDT=y
|