mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
6623aee5b6
In preparation of some new Liebherr boards to be added soon, a new "liebherr" vendor directory gets created, and the "lwmon5" board directory is moved into this new vendor directory. cc: Stefan Roese <sr@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
16 lines
184 B
Text
16 lines
184 B
Text
if TARGET_LWMON5
|
|
|
|
config SYS_BOARD
|
|
default "lwmon5"
|
|
|
|
config SYS_VENDOR
|
|
default "liebherr"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "lwmon5"
|
|
|
|
config DISPLAY_BOARDINFO
|
|
bool
|
|
default y
|
|
|
|
endif
|