summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/lwmon5/Kconfig4
-rw-r--r--include/configs/lwmon5.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/board/lwmon5/Kconfig b/board/lwmon5/Kconfig
index 90566d825b..7b8c605a07 100644
--- a/board/lwmon5/Kconfig
+++ b/board/lwmon5/Kconfig
@@ -6,4 +6,8 @@ config SYS_BOARD
config SYS_CONFIG_NAME
default "lwmon5"
+config DISPLAY_BOARDINFO
+ bool
+ default y
+
endif
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h
index 513167e2ef..2a50bfea16 100644
--- a/include/configs/lwmon5.h
+++ b/include/configs/lwmon5.h
@@ -23,6 +23,8 @@
#define CONFIG_440EPX 1 /* Specific PPC440EPx */
#define CONFIG_440 1 /* ... PPC440 family */
+#define CONFIG_SYS_GENERIC_BOARD
+
#ifdef CONFIG_LCD4_LWMON5
#define CONFIG_SYS_TEXT_BASE 0x01000000 /* SPL U-Boot TEXT_BASE */
#define CONFIG_HOSTNAME lcd4_lwmon5
OpenPOWER on IntegriCloud