projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe97471
)
rockchip: Enable the video display banner
author
Simon Glass
<sjg@chromium.org>
Wed, 31 May 2017 23:57:34 +0000
(17:57 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/include/configs/rockchip-common.h
b/include/configs/rockchip-common.h
index
9d183ce
..
0573571
100644
(file)
--- 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_ */