]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: Enable the video display banner
authorSimon Glass <sjg@chromium.org>
Wed, 31 May 2017 23:57:34 +0000 (17:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 Jun 2017 19:45:34 +0000 (13:45 -0600)
Show the U-Boot banner and board information on the video display during
boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/rockchip-common.h

index 9d183cee6a8e167b4822a7f5cc074302b8f3c427..0573571e6ecf12b241253b99d3a56650d3595bed 100644 (file)
@@ -54,4 +54,6 @@
 #define CONFIG_ENV_OFFSET (96 * 1024)
 #endif
 
+#define CONFIG_DISPLAY_BOARDINFO_LATE
+
 #endif /* _ROCKCHIP_COMMON_H_ */