Home
last modified time | relevance | path

Searched hist:a0aad123 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dkwbimage.ca0aad123 Mon Mar 16 09:58:21 CDT 2015 Kevin Smith <kevin.smith@elecsyscorp.com> tools/kwbimage.c: Correct header size for SPI boot

If defined, the macro CONFIG_SYS_SPI_U_BOOT_OFFS allows a board
to specify the offset of the payload image into the kwb image
file. This value was being used to locate the image, but was not
used in the "header size" field of the main header. Move the
use of this macro into the function that returns the header size
so that the same value is used in all places.

Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Stefan Roese <sr@denx.de>