From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 23 Sep 2017 18:29:33 +0200 Subject: [U-Boot] [PATCH] imx6: disable clock command and print_cpuinfo code in SPL In-Reply-To: References: <1503949586-24936-1-git-send-email-agust@denx.de> <58344258-849d-2eb0-39f4-444178f2953e@denx.de> <20170920132234.636e4e5e@crub> Message-ID: <20170923182933.1f1b190b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Fri, 22 Sep 2017 22:55:04 -0300 Fabio Estevam festevam at gmail.com wrote: ... > > /* Framebuffer */ > > +#if !defined(CONFIG_SPL_BUILD) > > #ifdef CONFIG_VIDEO > > #define CONFIG_VIDEO_IPUV3 > > #define CONFIG_VIDEO_BMP_RLE8 > > @@ -74,6 +75,7 @@ > > #define CONFIG_IMX_HDMI > > #define CONFIG_IMX_VIDEO_SKIP > > #endif > > +#endif > > This solution still cause build failures for some boards. > > I have a patch locally that avoids calling IPU from SPL code. > > Will test it tomorrow and then will submit for all the affected boards. Thanks! -- Anatolij