aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-02-16 14:53:40 -0500
committerTom Rini <trini@konsulko.com>2023-02-16 14:53:40 -0500
commit416cd215f9b4b9718f31eb21aecac0d675bcbc30 (patch)
treec11c5d8b50d3e642f66cc19a1cea2ad12d6cfb94
parent70a94861dc74d62f08f2119cceaf7b469c00278f (diff)
downloadu-boot-416cd215f9b4b9718f31eb21aecac0d675bcbc30.zip
u-boot-416cd215f9b4b9718f31eb21aecac0d675bcbc30.tar.gz
u-boot-416cd215f9b4b9718f31eb21aecac0d675bcbc30.tar.bz2
x86: Select LAST_STAGE_INIT
All x86 platforms make use of the last_stage_init hook, so select this. Signed-off-by: Tom Rini <trini@konsulko.com> --- Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index d30676a..76cd1cc 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -221,6 +221,7 @@ config X86
select DM
select HAVE_ARCH_IOMAP
select HAVE_PRIVATE_LIBGCC
+ select LAST_STAGE_INIT
select OF_CONTROL
select PCI
select SUPPORT_ACPI