mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
1b1d8c19f5
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> |
||
---|---|---|
.. | ||
cache.c | ||
exception.c | ||
interrupts.c | ||
irq.S | ||
Makefile | ||
spl.c | ||
start.S | ||
timer.c | ||
u-boot-spl.lds | ||
u-boot.lds |