u-boot-brain/common/spl
Stefan Roese 022b4975c8 SPL: Add option to skip copying of the mkimage header
On some system (e.g. powerpc), the load-address and entry-point is
located at address 0. So the current approach to load the image
(payload) including the header to the address "load-address - 64"
can't work here.

This patch adds an flag to skip this copying including header to
the SPL framework. By setting SPL_COPY_PAYLOAD_ONLY, only the
playload will be copied. This will be used by the SPL NOR flash
driver on powerpc.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
2012-09-27 11:20:27 -07:00
..
Makefile SPL: Add NOR flash booting support 2012-09-27 11:20:27 -07:00
spl_nand.c SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl 2012-09-27 09:50:00 -07:00
spl_nor.c SPL: Add NOR flash booting support 2012-09-27 11:20:27 -07:00
spl_ymodem.c SPL: Move the omap SPL framework to common/spl 2012-09-27 09:49:59 -07:00
spl.c SPL: Add option to skip copying of the mkimage header 2012-09-27 11:20:27 -07:00