commit | 4b74a4e6312d5fd8e973ec193d5ea973bf86f33b | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Sep 09 21:16:18 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 10:10:39 2022 -0400 |
tree | 03b432017b1ee4aa9a76cf17ce0dad329ec18ad8 | |
parent | fae12284354b5a1648bd5281e095d49a381398b3 [diff] |
board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only When the embedded device tree is pointed to by the __dtb_dt_*begin symbols, it seems to be covered by the early relocation code and doesn't need to be manually patched. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Pierre-Clément Tosi <ptosi@google.com>