From 5bbeaaefec67bd794ea8652a9cada9e5380b6805 Mon Sep 17 00:00:00 2001 From: Chee Hong Ang Date: Fri, 14 Aug 2020 11:07:23 +0800 Subject: arm: socfpga: soc64: Disable CONFIG_PSCI_RESET Don't invoke 'SYSTEM_RESET' PSCI function because PSCI function calls are not supported by u-boot running in EL3. Signed-off-by: Chee Hong Ang Reviewed-by: Ley Foon Tan --- configs/socfpga_agilex_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/socfpga_agilex_defconfig') diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig index c4db1d0835..03ed1f5619 100644 --- a/configs/socfpga_agilex_defconfig +++ b/configs/socfpga_agilex_defconfig @@ -12,6 +12,7 @@ CONFIG_TARGET_SOCFPGA_AGILEX_SOCDK=y CONFIG_IDENT_STRING="socfpga_agilex" CONFIG_SPL_FS_FAT=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_agilex_socdk" +# CONFIG_PSCI_RESET is not set CONFIG_BOOTDELAY=5 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="earlycon" -- cgit v1.2.3