From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 6 May 2019 07:14:40 -0400 Subject: [U-Boot] [PATCH v5 1/2] spl: fix linker size check off-by-one errors In-Reply-To: <20190425192240.5925-1-simon.k.r.goldschmidt@gmail.com> References: <20190425192240.5925-1-simon.k.r.goldschmidt@gmail.com> Message-ID: <20190506111440.GZ31207@bill-the-cat> 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, Apr 25, 2019 at 09:22:39PM +0200, Simon Goldschmidt wrote: > This fixes SPL linker script size checks for 3 lds files where the size > checks were implemented as "x < YYY_MAX_SIZE". > > Fix the size checks to be "x <= YYY_MAX_SIZE" instead. > > Signed-off-by: Simon Goldschmidt Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: