diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-05-31 17:59:36 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 21:30:50 -0600 |
commit | 6c53d680c6b57bb9617a93cd1e92c242ae0aab21 (patch) | |
tree | 3501aaea3a400a6b92e6f98447f3205502d86887 /include | |
parent | 64199d4eadae7b974f5f91b9463c19b932c26dd6 (diff) | |
download | u-boot-6c53d680c6b57bb9617a93cd1e92c242ae0aab21.tar.gz u-boot-6c53d680c6b57bb9617a93cd1e92c242ae0aab21.tar.xz u-boot-6c53d680c6b57bb9617a93cd1e92c242ae0aab21.zip |
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: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Version-changes: 2
- enable SYS_WHITE_ON_BLACK via defconfig
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/puma_rk3399.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h index ece8bba414..af1dae88ed 100644 --- a/include/configs/puma_rk3399.h +++ b/include/configs/puma_rk3399.h @@ -26,4 +26,8 @@ #define CONFIG_SERIAL_TAG #define CONFIG_ENV_OVERWRITE +#define CONFIG_BMP_16BPP +#define CONFIG_BMP_24BPP +#define CONFIG_BMP_32BPP + #endif |