
6 May
2019
6 May
'19
1:14 p.m.
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 simon.k.r.goldschmidt@gmail.com
Applied to u-boot/master, thanks!
--
Tom