aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2022-10-21 12:01:57 +0900
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-11-06 10:50:04 +0100
commit023d9c93932cd0106fb921290c6128705343a6da (patch)
tree6c716affe83fd8ed5d9f78286790abd0a026e4df /common
parent77b5c4a5b1dcc6dafde116bfdd66f769769a0aeb (diff)
downloadu-boot-023d9c93932cd0106fb921290c6128705343a6da.zip
u-boot-023d9c93932cd0106fb921290c6128705343a6da.tar.gz
u-boot-023d9c93932cd0106fb921290c6128705343a6da.tar.bz2
efi_loader: remove CONFIG_EFI_SETUP_EARLY
Since the commit a9bf024b2933 ("efi_loader: disk: a helper function to create efi_disk objects from udevice"), CONFIG_EFI_SETUP_EARLY option is by default on and will never be turned off. So just remove this option. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c
index db9cfb3..f7fb7df 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -694,7 +694,7 @@ static init_fnc_t init_sequence_r[] = {
/* initialize higher level parts of CPU like time base and timers */
cpu_init_r,
#endif
-#ifdef CONFIG_EFI_SETUP_EARLY
+#ifdef CONFIG_EFI_LOADER
efi_init_early,
#endif
#ifdef CONFIG_CMD_NAND