tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS
authorStefan Roese <sr@denx.de>
Mon, 19 Jan 2015 10:33:44 +0000 (11:33 +0100)
committerLuka Perkov <luka.perkov@sartura.hr>
Fri, 6 Feb 2015 16:24:51 +0000 (17:24 +0100)
commit5632e580c652eb600f3ff48dd79a71394c03dbe5
treefbfca814d063034a29d41bbdfaa842b94e547adc
parenta90ffb5632ad7eaba514500c1a2593af96378c1e
tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS

This is used on the AXP boards, to pad u-boot.img to the desired offset in
SPI flash (only this boot target supported right now). This offset is
used by the SPL then to load u-boot.img into SDRAM and execute it there.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
tools/kwbimage.c