Commit f8e468973b016140650b903328b10288a17343d9

Authored by Simon Glass
1 parent fe97471632

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/rockchip-common.h
... ... @@ -54,5 +54,7 @@
54 54 #define CONFIG_ENV_OFFSET (96 * 1024)
55 55 #endif
56 56  
  57 +#define CONFIG_DISPLAY_BOARDINFO_LATE
  58 +
57 59 #endif /* _ROCKCHIP_COMMON_H_ */