Home
last modified time | relevance | path

Searched hist:"7 a77836996837e07f3ba42da090010cb4b3af7ea" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile7a77836996837e07f3ba42da090010cb4b3af7ea Wed Mar 06 15:04:00 CST 2019 Marek Vasut <marex@denx.de> 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>