Skip to content
Snippets Groups Projects
Commit 6c53d680 authored by Philipp Tomsich's avatar Philipp Tomsich Committed by Simon Glass
Browse files

rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP


With video output support for the RK3399-Q7 (Puma) available, we want
CMD_BMP enabled and the support for 16bit, 24bit and 32bit BMPs
defined.

Signed-off-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>

Version-changes: 2
- enable SYS_WHITE_ON_BLACK via defconfig
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 64199d4e
No related branches found
No related tags found
No related merge requests found
...@@ -26,4 +26,8 @@ ...@@ -26,4 +26,8 @@
#define CONFIG_SERIAL_TAG #define CONFIG_SERIAL_TAG
#define CONFIG_ENV_OVERWRITE #define CONFIG_ENV_OVERWRITE
#define CONFIG_BMP_16BPP
#define CONFIG_BMP_24BPP
#define CONFIG_BMP_32BPP
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment