]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Kconfig
spl: fit: allocate a temporary buffer to load the overlays
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Tue, 22 Oct 2019 14:39:13 +0000 (16:39 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jan 2020 16:12:47 +0000 (11:12 -0500)
commitea376ebc9b166dd2bf8328c133e51d0ff58376ef
treee0ca51dab81dd4c8c04195d10a54943677f42868
parent99329be2c58d53ccf8f597bab3de85f4c572b152
spl: fit: allocate a temporary buffer to load the overlays

If the node describing an overlay does not specify a load address, it will
be loaded at the address previously used.
Fixing it by allocating a temporary buffer that will be used as a
default load address. By default, the size of the buffer is 64kB which
should be plenty for most use cases.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig
common/spl/spl_fit.c