]> git.baikalelectronics.ru Git - uboot.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)
commit970a234257dffe121f38d315d691babb0185f8c6
tree03b432017b1ee4aa9a76cf17ce0dad329ec18ad8
parent56534877947509a881ebf05790a1670f9263d419
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