u-boot-brain/arch/arm/mach-at91
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
..
arm920t arm: remove prototype for get_timer_masked 2018-10-10 13:35:09 -04:00
arm926ejs spl: fix linker size check off-by-one errors 2019-05-05 08:48:50 -04:00
armv7 ARM: at91: sama5d2: Wrap cpu detection to fix macb driver 2019-04-09 09:28:50 +03:00
include/mach watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset 2019-04-26 09:16:32 +02:00
atmel_sfr.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
bootparams_atmel.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clock.c watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset 2019-04-26 09:16:32 +02:00
config.mk arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A 2018-05-07 15:53:24 -04:00
Kconfig board: atmel: add SAMA5D2 ICP board 2019-04-18 09:43:22 +03:00
Makefile arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A 2018-05-07 15:53:24 -04:00
matrix.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
mpddrc.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
phy.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sdram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
spl_at91.c arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled 2019-04-09 09:28:50 +03:00
spl_atmel.c arm: at91: wdt: Convert watchdog driver to dm/dt 2018-11-16 13:34:34 -05:00
spl.c arm: at91: wdt: Convert watchdog driver to dm/dt 2018-11-16 13:34:34 -05:00