[U-Boot] [PATCH v2 26/28] rockchip: Enable the video display banner

Simon Glass sjg at chromium.org
Wed May 31 23:57:34 UTC 2017


Show the U-Boot banner and board information on the video display during
boot.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 include/configs/rockchip-common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index 9d183cee6a..0573571e6e 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -54,4 +54,6 @@
 #define CONFIG_ENV_OFFSET (96 * 1024)
 #endif
 
+#define CONFIG_DISPLAY_BOARDINFO_LATE
+
 #endif /* _ROCKCHIP_COMMON_H_ */
-- 
2.13.0.219.gdb65acc882-goog



More information about the U-Boot mailing list