Revert "mkimage: fit: Do not tail-pad fitImage with external data"
authorTom Rini <trini@konsulko.com>
Wed, 6 May 2020 15:05:17 +0000 (11:05 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 7 May 2020 13:01:42 +0000 (09:01 -0400)
commit7946a814a31989998120b4b4aa417222ba21b2fa
tree9f7eb5b5839e35993da9f4cf6850d694f263d1b2
parent653f7c44677cd13bb106673bb7c46542e217fa13
Revert "mkimage: fit: Do not tail-pad fitImage with external data"

This has been reported to break booting of U-Boot from SPL on a number
of platforms due to a lack of alignment of the external data.  The
issues this commit is addressing will need to be resolved another way.

Re-introduce a data leak in the padding for now.

This reverts commit 20a154f95bfe0a3b5bfba90bea7f001c58217536.

Reported-by: Alex Kiernan <alex.kiernan@gmail.com>
Reported-by: Michael Walle <michael@walle.cc>
Tested-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/fit_image.c