aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-29 22:02:57 +0000
committerTom Rini <trini@konsulko.com>2021-10-29 22:02:57 +0000
commit2ceb5817c07dc647f15015f082fc9a443b6cee53 (patch)
treedd8a7bc62a28ded98038c6cc93746dd50bc10e05
parent8aa3106100399467ba0c2c8fab1df58edf3cbe20 (diff)
downloadu-boot-2ceb5817c07dc647f15015f082fc9a443b6cee53.zip
u-boot-2ceb5817c07dc647f15015f082fc9a443b6cee53.tar.gz
u-boot-2ceb5817c07dc647f15015f082fc9a443b6cee53.tar.bz2
Convert CONFIG_BMP_16BPP to Kconfig
This converts the following to Kconfig: CONFIG_BMP_16BPP Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/am335x_guardian_defconfig1
-rw-r--r--include/configs/am335x_guardian.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig
index ea4032f..9d9d628 100644
--- a/configs/am335x_guardian_defconfig
+++ b/configs/am335x_guardian_defconfig
@@ -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
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h
index 68b4e4f..a1f24bb 100644
--- a/include/configs/am335x_guardian.h
+++ b/include/configs/am335x_guardian.h
@@ -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