]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: Do not pass -E to mkimage when SPL has full fitImage support
authorMarek Vasut <marex@denx.de>
Wed, 6 Mar 2019 21:04:00 +0000 (22:04 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 13:03:25 +0000 (09:03 -0400)
commit7a77836996837e07f3ba42da090010cb4b3af7ea
tree219678bf7c36f94aae51d05c9bf76beb76cf0cdf
parent9eebaba2a843e3fa456ef2f6d244bc1bbecfd18b
Makefile: Do not pass -E to mkimage when SPL has full fitImage support

When the SPL has full fitImage support, do not generate fitImage with
external data. The full fitImage code assumes the entire fitImage is
loaded in RAM, and the SPL uses fdt_totalsize() to determine the size
of the whole fitImage, which can not work with external data.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Makefile