From 4ca10b9ee5a6cba2360fcf9293e7e622f56b583e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 30 Oct 2021 23:03:55 -0400 Subject: Convert CONFIG_BMP_16BPP to Kconfig This converts the following to Kconfig: CONFIG_BMP_16BPP Signed-off-by: Tom Rini --- include/configs/am335x_guardian.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h index 68b4e4f5903..a1f24bb2d11 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 -- cgit v1.3.1