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
141 B
Plaintext
13 lines
141 B
Plaintext
if TARGET_LWMON5
|
|
|
|
config SYS_BOARD
|
|
default "lwmon5"
|
|
|
|
config SYS_VENDOR
|
|
default "liebherr"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "lwmon5"
|
|
|
|
endif
|