commit | c0c7a5542819d9f49db1cc05f9cec05e6a3f1bb3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Oct 02 08:20:36 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 11 17:12:09 2015 -0400 |
tree | 2d5e69a23534d3a03c2cc86a31a8377841461d38 | |
parent | 04386f656bbc35abd7718a4bbbba7fcfb4f59aef [diff] |
ppc4xx: Convert lwmon5 board to generic board 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>
diff --git a/board/lwmon5/Kconfig b/board/lwmon5/Kconfig index 90566d8..7b8c605 100644 --- a/board/lwmon5/Kconfig +++ b/board/lwmon5/Kconfig
@@ -6,4 +6,8 @@ config SYS_CONFIG_NAME default "lwmon5" +config DISPLAY_BOARDINFO + bool + default y + endif