mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
adf32adb70
Convert CONFIG_MIP405T from SYS_EXTRA_OPTIONS to a real config There are two boards, MIP405 and MIP405T that have a few differences. Start by checking for CONFIG_TARGET_MIP405. Then introduce CONFIG_TARGET_MIP405T and use that not CONFIG_MIP405T. Next, convert also convert the usage of CONFIG_ISO_STRING to be based on Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
14 lines
328 B
Text
14 lines
328 B
Text
CONFIG_PPC=y
|
|
CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10082-001 released"
|
|
CONFIG_4xx=y
|
|
CONFIG_TARGET_MIP405T=y
|
|
CONFIG_BOOTDELAY=5
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_I2C=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_SYS_NS16550=y
|