From 18a40e8470246da3ee4cdef721524140f54cc6c9 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Mon, 28 Nov 2016 00:15:30 +0200 Subject: sh: define CONFIG_DISPLAY_BOARDINFO to print board information All SH boards define a checkboard() function which outputs basic board information on boot, however generic board support requires to define CONFIG_DISPLAY_BOARDINFO to do that, so define it for the boards. Signed-off-by: Vladimir Zapolskiy Reviewed-by: Simon Glass --- include/configs/ms7750se.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/ms7750se.h') diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index c0fb16d095..6268d73eca 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -15,6 +15,8 @@ #define CONFIG_MS7750SE 1 #define __LITTLE_ENDIAN__ 1 +#define CONFIG_DISPLAY_BOARDINFO + /* * Command line configuration. */ -- cgit v1.2.3