commit | bd994c007ae232ade284c9c22c9150077961fe19 | [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 | 47d7d03622ba8b52f87274c7eea917a15e76053b [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>