mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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
|