mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
c0c7a55428
Add CONFIG_SYS_GENERIC_BOARD to lwmon5.h and CONFIG_DISPLAY_BOARDINFO to Kconfig file. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
13 lines
145 B
Text
13 lines
145 B
Text
if TARGET_LWMON5
|
|
|
|
config SYS_BOARD
|
|
default "lwmon5"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "lwmon5"
|
|
|
|
config DISPLAY_BOARDINFO
|
|
bool
|
|
default y
|
|
|
|
endif
|