From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 10 Jan 2020 22:39:33 +1300 Subject: [PATCH v6 0/6] rockchip: Add Binman support In-Reply-To: <9f2abff1-3785-eefb-dfe0-75bd021dc6bc@rock-chips.com> References: <20200104083806.3930-1-jagan@amarulasolutions.com> <9f2abff1-3785-eefb-dfe0-75bd021dc6bc@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 7 Jan 2020 at 22:59, Kever Yang wrote: > > Add Wadim in cc, > > Hi Jagan, > > After this patch set apply, the phycore-rk3288 board's SPL size is overflow: > > arm: + phycore-rk3288 > +Error: SPL image is too large (size 0x9000 than 0x8000) > +Error: Bad parameters for image type > > Maybe we need to enable the TPL for this board? @Wadim We should look at why it is too large. Enabling BINMAN should not increase the code size of SPL, so perhaps there is a bug? Regards, Simon