mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
8435179271
Create a Kconfig entry for DISPLAY_BOARDINFO and make it be the default in certain architectures. Migrate all config files. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_INTEGRATOR=y
|
|
CONFIG_ARCH_INTEGRATOR_CP=y
|
|
CONFIG_CM946ES=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="Integrator-CP # "
|
|
CONFIG_CMD_ARMFLASH=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_OF_LIBFDT=y
|