mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
3b3ea2c56e
Enable networking command only when NET is enabled. And remove selecting NET for CMD_NET Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Tom Rini <trini@konsulko.com>
13 lines
347 B
Text
13 lines
347 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_ASPENITE=y
|
|
CONFIG_SYS_TEXT_BASE=0x600000
|
|
CONFIG_IDENT_STRING="\nMarvell-Aspenite DB"
|
|
CONFIG_BOOTDELAY=3
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_BOARD_EARLY_INIT_F=y
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_NET is not set
|
|
# CONFIG_MMC is not set
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_OF_LIBFDT=y
|