1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 10:59:19 +01:00
Files
u-boot-megous/board/amcc/luan/Kconfig
Lokesh Vutla 8435179271 common: Add DISPLAY_BOARDINFO
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>
2016-10-12 08:20:17 -04:00

13 lines
131 B
Plaintext

if TARGET_LUAN
config SYS_BOARD
default "luan"
config SYS_VENDOR
default "amcc"
config SYS_CONFIG_NAME
default "luan"
endif