
20 Apr
2017
20 Apr
'17
11:06 p.m.
On 17 April 2017 at 22:00, Simon Glass sjg@chromium.org wrote:
On 17 April 2017 at 09:48, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
Our earlier change broke the generation of SPI images, by excluding the 2K used for header0 from the size-calculation.
This commit makes sure that these are included before calculating the required total size (including the padding from the 2K-from-every-4K conversion).
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
tools/rkspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-rockchip/next, thanks!