rockchip: board: add logo display for eink screen.

Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
Change-Id: If2115b257b6928c4a24afad09c04943bdd72893e
This commit is contained in:
Wenping Zhang 2020-12-07 09:00:26 +00:00 committed by Jianhong Chen
parent 255e57518a
commit efeef7e54d
1 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,9 @@
#include <asm/arch/resource_img.h> #include <asm/arch/resource_img.h>
#include <asm/arch/rk_atags.h> #include <asm/arch/rk_atags.h>
#include <asm/arch/vendor.h> #include <asm/arch/vendor.h>
#ifdef CONFIG_ROCKCHIP_EINK_DISPLAY
#include <rk_eink.h>
#endif
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
__weak int rk_board_late_init(void) __weak int rk_board_late_init(void)
@ -335,6 +337,9 @@ int board_late_init(void)
#endif #endif
#ifdef CONFIG_DRM_ROCKCHIP #ifdef CONFIG_DRM_ROCKCHIP
rockchip_show_logo(); rockchip_show_logo();
#endif
#ifdef CONFIG_ROCKCHIP_EINK_DISPLAY
rockchip_eink_show_uboot_logo();
#endif #endif
env_fixup(); env_fixup();
soc_clk_dump(); soc_clk_dump();