From: Sam Protsenko Date: Tue, 19 Nov 2024 03:28:00 +0000 (-0600) Subject: configs: e850-96: Disable PSCI reset X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=0bbc17f06bf3ecee019090b76c8c20480516945e;p=u-boot.git configs: e850-96: Disable PSCI reset PSCI reset is not implemented in Exynos850 EL3 firmware. Disable it to fix the reset in cases where it can be used, e.g. when running EFI selftest. Signed-off-by: Sam Protsenko Signed-off-by: Minkyu Kang --- diff --git a/configs/e850-96_defconfig b/configs/e850-96_defconfig index 5797c6cb1f..c36196c510 100644 --- a/configs/e850-96_defconfig +++ b/configs/e850-96_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_CPU_INIT=y +CONFIG_ARM_SMCCC=y CONFIG_ARCH_EXYNOS=y CONFIG_TEXT_BASE=0xf8800000 CONFIG_SYS_MALLOC_LEN=0x81f000 @@ -9,6 +10,7 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xf8c00000 CONFIG_DEFAULT_DEVICE_TREE="exynos/exynos850-e850-96" CONFIG_SYS_LOAD_ADDR=0x80000000 +# CONFIG_PSCI_RESET is not set CONFIG_ANDROID_BOOT_IMAGE=y # CONFIG_AUTOBOOT is not set # CONFIG_DISPLAY_CPUINFO is not set