]> git.dujemihanovic.xyz Git - u-boot.git/commit
Revert "initcall: Move to inline function"
authorSimon Glass <sjg@chromium.org>
Tue, 22 Aug 2023 03:16:49 +0000 (21:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 31 Aug 2023 17:16:54 +0000 (13:16 -0400)
commite7f59dea880ea25078273473c575794dac08dca2
treeabc15fd765fe7f78db8ded4cfa35be3c3324dc5c
parentba5e3e1ed0afb3daa446d2168e5c8c9fe119cbaf
Revert "initcall: Move to inline function"

Somehow I do not see any inlining with initcalls now. I was sure I saw
it when this commit went in, but now it seems to make things worse.

This reverts commit 47870afab92fca6e672c03d0dea802a55e200675.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_r.c
include/initcall.h
lib/Makefile
lib/initcall.c [new file with mode: 0644]