mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
c2ae7d8220
Move the SPL settings into common/spl where most of the SPL code is kept. Signed-off-by: Simon Glass <sjg@chromium.org>
18 lines
356 B
Text
18 lines
356 B
Text
CONFIG_PPC=y
|
|
CONFIG_MPC5xxx=y
|
|
CONFIG_TARGET_A3M071=y
|
|
CONFIG_FIT=y
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="A4M2K"
|
|
CONFIG_BOOTDELAY=3
|
|
CONFIG_SPL=y
|
|
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
|