9
0
Fork 0
barebox/arch/arm/boards/avnet-zedboard
Sascha Hauer 857f69ba8c ARM: start: Fix image size calculation
In barebox_non_pbl_start() we do not run at the address we are linked
at, so we must read linker variables using ld_var(). Since ld_var()
current is not available on arm64 we create two zero sized arrays,
one at the begin of the image and one at the end. The difference
between both is the image size we are looking for.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2017-02-08 12:03:20 +01:00
..
env/nv boards: Use nv.linux.bootargs.console for setting the console= commandline parameter 2015-02-23 08:59:13 +01:00
Makefile ARM: zynq: Add support for the Avnet Zedboard 2013-03-27 09:23:50 +01:00
board.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
flash_header.c ARM: start: Fix image size calculation 2017-02-08 12:03:20 +01:00
lowlevel.c ARM: change signature of barebox_arm_entry 2014-05-05 15:09:09 +02:00