summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-04-27 08:05:40 -0600
committerTom Rini <[email protected]>2026-04-27 08:05:40 -0600
commite0991f42aa7f973e09f38bbe60cd12b28a46e491 (patch)
tree66619177875432ae895a1e068532bfaa036b686e /lib
parent1a4cb8dc03810f2fb0b1499e26bae32e5116df4c (diff)
parentfabf5878bb86b3e1e2b19301afc2a9180bf79cf6 (diff)
Merge branch 'casey/qcom-main-13Apr2026' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
Various Qualcomm additions this cycle: * USB superspeed support for 1 platform * Initial support for the Milos platform and the Fairphone Gen 6 (chainloaded from ABL) * Improved support for booting with OP-TEE on supported platforms * Initial basic power domain support Notably there is a generic change to the device core, missing power domains will no longer cause a device to fail probe and instead will just print a warning. This shouldn't affect any existing platforms.
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index bae98e07d23..48c62999787 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -102,8 +102,7 @@ config EFI_SET_TIME
can be used by an EFI application to adjust the real time clock.
config EFI_HAVE_RUNTIME_RESET
- # bool "Reset runtime service is available"
- bool
+ bool "Reset runtime service"
default y
depends on ARCH_BCM283X || FSL_LAYERSCAPE || PSCI_RESET || \
SANDBOX || SYSRESET_SBI || SYSRESET_X86