diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/theadorable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 27c858013d..886456ec26 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -65,6 +65,10 @@ /* Enable LCD and reserve 512KB from top of memory*/ #define CONFIG_SYS_MEM_TOP_HIDE 0x80000 +#define CONFIG_BMP_16BPP +#define CONFIG_BMP_24BPP +#define CONFIG_BMP_32BPP + /* FPGA programming support */ #define CONFIG_FPGA_STRATIX_V |