Skip to content
Snippets Groups Projects
Commit 022b4975 authored by Stefan Roese's avatar Stefan Roese Committed by Tom Rini
Browse files

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: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 33d34646
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment