diff options
author | Stefan Roese <sr@denx.de> | 2012-08-27 12:50:58 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-27 11:20:27 -0700 |
commit | 022b4975c8dd304fa9f949594784f78601ae07c2 (patch) | |
tree | 680432c4f03492bbc801550721e4205e424e959b /include/hush.h | |
parent | 33d346464adb8dc206d1f9adf73bdfe2ed959502 (diff) | |
download | u-boot-imx-022b4975c8dd304fa9f949594784f78601ae07c2.zip u-boot-imx-022b4975c8dd304fa9f949594784f78601ae07c2.tar.gz u-boot-imx-022b4975c8dd304fa9f949594784f78601ae07c2.tar.bz2 |
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>
Diffstat (limited to 'include/hush.h')
0 files changed, 0 insertions, 0 deletions