commit | 7a77836996837e07f3ba42da090010cb4b3af7ea | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Mar 06 22:04:00 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 22 09:03:25 2019 -0400 |
tree | 219678bf7c36f94aae51d05c9bf76beb76cf0cdf | |
parent | 9eebaba2a843e3fa456ef2f6d244bc1bbecfd18b [diff] |
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>