commit | 0da581511cf27ab103afae5840aa709d94f920d8 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:13 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:12:47 2020 -0500 |
tree | e0ca51dab81dd4c8c04195d10a54943677f42868 | |
parent | 74addb626229cde4fd2a61af6b5dad16d2764d10 [diff] |
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>