mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 12:40:43 +01: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>
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_BUBINGA
|
|
|
|
config SYS_BOARD
|
|
default "bubinga"
|
|
|
|
config SYS_VENDOR
|
|
default "amcc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "bubinga"
|
|
|
|
endif
|