From: Simon Glass Date: Wed, 31 May 2017 23:57:34 +0000 (-0600) Subject: rockchip: Enable the video display banner X-Git-Tag: v2017.07-rc2~54^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8e468973b016140650b903328b10288a17343d9;p=u-boot 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 --- 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_ */