]> git.dujemihanovic.xyz Git - u-boot.git/commit
board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only
authorPierre-Clément Tosi <ptosi@google.com>
Fri, 9 Sep 2022 20:16:18 +0000 (21:16 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 14:10:39 +0000 (10:10 -0400)
commit76f921eb95d5b814f973a263187db509d6f03903
tree03b432017b1ee4aa9a76cf17ce0dad329ec18ad8
parentd21bbb98cc203dce7c646d2a2a399ed47fa3cc3f
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>
common/board_r.c