1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-10 03:30:00 +02:00
Files
u-boot-megous/arch
Simon Goldschmidt 1b1d8c19f5 spl: fix linker size check off-by-one errors
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>
2019-05-05 08:48:50 -04:00
..
2019-04-18 09:12:38 +03:00
2019-02-07 15:33:21 +05:30
2018-09-25 21:49:18 -04:00