diff mbox

[U-Boot,v4,9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

Message ID 1496246386-61447-10-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit 6c53d680c6b57bb9617a93cd1e92c242ae0aab21
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Philipp Tomsich May 31, 2017, 3:59 p.m. UTC
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

---

Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/configs/puma_rk3399.h | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass June 2, 2017, 2:54 a.m. UTC | #1
On 31 May 2017 at 09:59, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> 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
>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  include/configs/puma_rk3399.h | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Anatolij Gustschin June 2, 2017, 1:37 p.m. UTC | #2
On Wed, 31 May 2017 17:59:36 +0200
Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
...
> diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h
> index ece8bba..af1dae8 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

this one depends on committed changes in rockchip repo, I'll
apply this patch after u-boot-rockchip.git is merged to master.

--
Anatolij
Simon Glass June 8, 2017, 3:34 a.m. UTC | #3
On Wed, 31 May 2017 17:59:36 +0200
Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
...
Applied to u-boot-rockchip, thanks!
diff mbox

Patch

diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h
index ece8bba..af1dae8 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