c2ae7d8220
Move the SPL settings into common/spl where most of the SPL code is kept. Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_TARGET_MX31PDK=y
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_SPL=y
|
|
CONFIG_CMD_BOOTZ=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
CONFIG_CMD_SPI=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|