commit | 99329be2c58d53ccf8f597bab3de85f4c572b152 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:12 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:12:47 2020 -0500 |
tree | 1faf4e8347dde0e46a7a6dbb263278a5b3bcaa75 | |
parent | 9d13b8725481ee5651c6e881e5d336142b813b14 [diff] |
spl: fit: Make room in the FDT before applying overlays Make room in the FDT before applying the overlay, otherwise it may fail if the overlay is big. As the exact added size is not known in advance, just add the size of the overlay. Move after the end of the application of the overlays, the resize of the FDT for the injection of the details on the loadables. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>