commit | 76f921eb95d5b814f973a263187db509d6f03903 | [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 | d21bbb98cc203dce7c646d2a2a399ed47fa3cc3f [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>