commit | 8c4a68ed9041a5ce9efb5642074475945f978623 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Nov 13 18:34:04 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 18 18:20:19 2021 -0500 |
tree | 93929e3511037fa20c97d72fdbd569da54248e7b | |
parent | 669030ac395942df146044207b0117d083ef4d23 [diff] |
board_f: Copy GD to new GD even if relocation disabled Even if U-Boot has relocation disabled via GD_FLG_SKIP_RELOC , the relocated stage of U-Boot still picks GD from new_gd location. The U-Boot itself is not relocated, but GD might be, so copy the GD to new GD location even if relocation is disabled. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Peng Fan <peng.fan@oss.nxp.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>