mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
11 lines
286 B
Text
11 lines
286 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_S5PC1XX=y
|
|
CONFIG_TARGET_SMDKC100=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="SMDKC100 # "
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_FAT=y
|