mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
Convert CONFIG_BMP_16BPP to Kconfig
This converts the following to Kconfig: CONFIG_BMP_16BPP Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4d7a3f52d0
commit
4ca10b9ee5
2 changed files with 1 additions and 1 deletions
|
@ -122,6 +122,7 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
|
|||
CONFIG_USB_ETHER=y
|
||||
CONFIG_SYS_WHITE_ON_BLACK=y
|
||||
CONFIG_AM335X_LCD=y
|
||||
CONFIG_BMP_16BPP=y
|
||||
CONFIG_SPL_WDT=y
|
||||
# CONFIG_SPL_USE_TINY_PRINTF is not set
|
||||
CONFIG_SPL_OF_LIBFDT=y
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
|
||||
#endif /* ! CONFIG_SPL_BUILD */
|
||||
|
||||
#define CONFIG_BMP_16BPP
|
||||
#define SPLASH_SCREEN_NAND_PART "nand0,10"
|
||||
#define SPLASH_SCREEN_BMP_FILE_SIZE 0x26000
|
||||
#define SPLASH_SCREEN_BMP_LOAD_ADDR 0x82000000
|
||||
|
|
Loading…
Reference in a new issue