From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Gray Date: Tue, 16 Apr 2019 17:12:52 +1000 Subject: [U-Boot] rk3288 SPL size In-Reply-To: <20190416064912.GC16930@largo.jsg.id.au> References: <8d0d7b3e-b50d-4b9e-3b3a-142b793e649c@phytec.de> <20190416064912.GC16930@largo.jsg.id.au> Message-ID: <20190416071252.GD16930@largo.jsg.id.au> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Apr 16, 2019 at 04:49:12PM +1000, Jonathan Gray wrote: > On Fri, Apr 05, 2019 at 12:10:21PM +0200, Wadim Egorov wrote: > > Hi, > > > > it seems the new common rockchip pinctrl driver does not really fit into > > our phycore-rk3288 SPL setup. It works for every other rk3288 based > > board because they don't need special power configurations at the SPL stage. > > It turns out tinker-rk3288 SPL no longer fits in 2019.04 and previously > worked fine in 2019.01. > > Warning: SPL image is too large (size 0x8800) and will not boot > Error: image verification failed > > built with gcc-linaro 6.3.2017.02 > > bisecting led to the pinctrl changes. > > with SPL_PINCTRL_ROCKCHIP disabled it fits and U-Boot output on > serial gets as far as the efi loader then no output appears on serial > when a kernel is loaded. Changing the defconfig to not have CONFIG_SPL_I2C_SUPPORT=y also fits and also still hangs on loading a kernel.