summaryrefslogtreecommitdiff
path: root/configs/j721e_evm_a72_defconfig
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2019-09-25 12:08:13 +0300
committerTom Rini <trini@konsulko.com>2019-10-11 20:31:18 +0300
commitd53a1772718f58950f6ee5968ca08fd6926ca3c2 (patch)
tree562c19df041dccc43de05c2111ab4867931e967a /configs/j721e_evm_a72_defconfig
parent523555fc1711ba9f4ccfca649223d445fd956751 (diff)
downloadu-boot-d53a1772718f58950f6ee5968ca08fd6926ca3c2.tar.xz
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 <lokeshvutla@ti.com>
Diffstat (limited to 'configs/j721e_evm_a72_defconfig')
-rw-r--r--configs/j721e_evm_a72_defconfig1
1 files changed, 1 insertions, 0 deletions
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