From: Lokesh Vutla Date: Wed, 25 Sep 2019 09:08:13 +0000 (+0530) Subject: configs: j721e_evm_a72: Disable PSCI_RESET X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d53a1772718f58950f6ee5968ca08fd6926ca3c2;p=u-boot.git configs: j721e_evm_a72: Disable PSCI_RESET J721E uses TISCI protocol to reset the device and does not support PSCI reset. So disable PSCI reset. Signed-off-by: Lokesh Vutla --- diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig index d455d17d26..c66365767f 100644 --- a/configs/j721e_evm_a72_defconfig +++ b/configs/j721e_evm_a72_defconfig @@ -14,6 +14,7 @@ CONFIG_SPL_FS_FAT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_PSCI_RESET is not set CONFIG_SPL_TEXT_BASE=0x80080000 CONFIG_DISTRO_DEFAULTS=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set