diff options
author | Chee Hong Ang <chee.hong.ang@intel.com> | 2020-08-14 11:07:23 +0800 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-10-09 17:53:14 +0800 |
commit | 5bbeaaefec67bd794ea8652a9cada9e5380b6805 (patch) | |
tree | bcb7144dce8fa714ae5104e141656f4b1764968f /configs/socfpga_agilex_defconfig | |
parent | de84e2d8c9e60452a2a1a6f99474d54a9919c024 (diff) | |
download | u-boot-5bbeaaefec67bd794ea8652a9cada9e5380b6805.tar.gz |
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 <chee.hong.ang@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'configs/socfpga_agilex_defconfig')
-rw-r--r-- | configs/socfpga_agilex_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig index c4db1d0835f..03ed1f5619a 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" |