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>
13 lines
137 B
Plaintext
13 lines
137 B
Plaintext
if TARGET_KATMAI
|
|
|
|
config SYS_BOARD
|
|
default "katmai"
|
|
|
|
config SYS_VENDOR
|
|
default "amcc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "katmai"
|
|
|
|
endif
|