commit | 0fcae7ffe92e306673a78512f6fa6470ca4a5ffe | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Nov 13 18:34:37 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 18 18:20:19 2021 -0500 |
tree | 9bb9ab73d08ff331e4c2e10c90aa67a63f255a76 | |
parent | 8c4a68ed9041a5ce9efb5642074475945f978623 [diff] |
lmb: Reserve U-Boot separately if relocation is disabled In case U-Boot starts with GD_FLG_SKIP_RELOC, the U-Boot code is not relocated, however the stack and heap is at the end of DRAM after relocation. Reserve a LMB area for the non-relocated U-Boot code so it won't be overwritten. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>