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:
parent
255e57518a
commit
efeef7e54d
|
|
@ -46,7 +46,9 @@
|
|||
#include <asm/arch/resource_img.h>
|
||||
#include <asm/arch/rk_atags.h>
|
||||
#include <asm/arch/vendor.h>
|
||||
|
||||
#ifdef CONFIG_ROCKCHIP_EINK_DISPLAY
|
||||
#include <rk_eink.h>
|
||||
#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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue