]> git.dujemihanovic.xyz Git - u-boot.git/commit
initcall: Support manual relocation
authorSimon Glass <sjg@chromium.org>
Tue, 22 Aug 2023 03:16:55 +0000 (21:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 31 Aug 2023 17:16:54 +0000 (13:16 -0400)
commitdd802467f44b68d6ed9315ffe3002b17dc43b622
tree4e44642f6b9e8a7113af38d59ecb8a40297cf361
parentc9eff0a6b6ea2bcd54d30f8a02281681f3730223
initcall: Support manual relocation

Move the manual-relocation code to the initcall file. Make sure to avoid
manually relocating event types. Only true function pointers should be
relocated.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_r.c
include/initcall.h
lib/initcall.c