diff --git a/arch/arm/mach-rockchip/board.c b/arch/arm/mach-rockchip/board.c index 258dc4e1c4..5e40a77133 100644 --- a/arch/arm/mach-rockchip/board.c +++ b/arch/arm/mach-rockchip/board.c @@ -46,7 +46,9 @@ #include #include #include - +#ifdef CONFIG_ROCKCHIP_EINK_DISPLAY +#include +#endif DECLARE_GLOBAL_DATA_PTR; __weak int rk_board_late_init(void) @@ -335,6 +337,9 @@ int board_late_init(void) #endif #ifdef CONFIG_DRM_ROCKCHIP rockchip_show_logo(); +#endif +#ifdef CONFIG_ROCKCHIP_EINK_DISPLAY + rockchip_eink_show_uboot_logo(); #endif env_fixup(); soc_clk_dump();