summaryrefslogtreecommitdiff
path: root/include/configs/rockchip-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-31 23:57:34 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-09 19:45:34 (GMT)
commitf8e468973b016140650b903328b10288a17343d9 (patch)
treec0981682fd340ca6a7ede71efa38b364bc98abf9 /include/configs/rockchip-common.h
parentfe974716326ce2eee4bcac710ce7ec007919845e (diff)
downloadu-boot-f8e468973b016140650b903328b10288a17343d9.tar.xz
rockchip: Enable the video display banner
Show the U-Boot banner and board information on the video display during boot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rockchip-common.h')
-rw-r--r--include/configs/rockchip-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index 9d183ce..0573571 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_ */