]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: Enable video related global data variable and splash at SPL
authorNikhil M Jain <n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:10 +0000 (17:41 +0530)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000 (21:37 +0200)
commit25127ea38841e28b6e9eae37d40e5aa26eab50ef
tree6fda5d32e623bf51de3b6c6b44b4d07801d97671
parenteb9217dc036c9c481da7d89cd934cfc23b894a82
include: Enable video related global data variable and splash at SPL

To include video related global data variables and splash functions at
SPL and u-boot proper, use CONFIG_IS_ENABLED.

Replace CONFIG_CMD_BMP with CONFIG_BMP to enable splash_display function
at u-boot proper and SPL.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/asm-generic/global_data.h
include/splash.h