From: Duje Mihanović Date: Tue, 24 Dec 2024 21:07:53 +0000 (+0100) Subject: enable psci-sysreset X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=1506d08fb76374150bd6dab50f4861e2847635d4;p=u-boot.git enable psci-sysreset --- diff --git a/board/samsung/coreprimevelte/coreprimevelte.c b/board/samsung/coreprimevelte/coreprimevelte.c index 8ee7007662..db66cf21a1 100644 --- a/board/samsung/coreprimevelte/coreprimevelte.c +++ b/board/samsung/coreprimevelte/coreprimevelte.c @@ -29,6 +29,8 @@ int dram_init(void) return 0; } +#ifndef CONFIG_SYSRESET void reset_cpu(void) { } +#endif diff --git a/configs/coreprimevelte_defconfig b/configs/coreprimevelte_defconfig index 7c2bdd9a57..7678e24886 100644 --- a/configs/coreprimevelte_defconfig +++ b/configs/coreprimevelte_defconfig @@ -28,5 +28,7 @@ CONFIG_CPU_ARMV8=y CONFIG_BAUDRATE=921600 CONFIG_SYS_NS16550=y CONFIG_SYS_NS16550_MEM32=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_PSCI=y CONFIG_MBEDTLS_LIB=y # CONFIG_TOOLS_MKEFICAPSULE is not set