mirror of
https://xff.cz/git/u-boot/
synced 2025-10-11 04:56:47 +02:00
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>
13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
if TARGET_BUBINGA
|
|
|
|
config SYS_BOARD
|
|
default "bubinga"
|
|
|
|
config SYS_VENDOR
|
|
default "amcc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "bubinga"
|
|
|
|
endif
|