From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 29 Jul 2019 11:14:49 +0200 Subject: [U-Boot] [PATCH v2 1/4] video: fsl_dcu_fb: refactor init functions In-Reply-To: <20190725132226.12045-1-agust@denx.de> References: <20190725132226.12045-1-agust@denx.de> Message-ID: <20190729111449.48b46e70@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 Thu, 25 Jul 2019 15:22:26 +0200 Anatolij Gustschin agust at denx.de wrote: ... > Changes in v2: > > - fix build breakage with ls1021aiot and ls1021atwr board configs > > board/freescale/ls1021aiot/dcu.c | 9 +-- > board/freescale/ls1021aqds/dcu.c | 6 +- > board/freescale/ls1021atwr/dcu.c | 5 +- > board/toradex/colibri_vf/dcu.c | 6 +- > drivers/video/fsl_dcu_fb.c | 107 +++++++++++++++++-------------- > include/fsl_dcu_fb.h | 12 +++- > 6 files changed, 85 insertions(+), 60 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij