From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 2 Jun 2017 15:37:58 +0200 Subject: [U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP In-Reply-To: <1496246386-61447-10-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1496246386-61447-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1496246386-61447-10-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20170602153758.731b1504@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 31 May 2017 17:59:36 +0200 Philipp Tomsich philipp.tomsich at 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