diff options
| author | Lokesh Vutla <[email protected]> | 2019-09-25 14:38:05 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-10-11 13:31:18 -0400 |
| commit | 523555fc1711ba9f4ccfca649223d445fd956751 (patch) | |
| tree | b0d0d42d98d88841ccb57a455f709d4ba68c2b5a | |
| parent | e704cd64666eda5f9e18df5eabd2f1e94d7e0dc7 (diff) | |
configs: am65x_evm_a53: Disable PSCI_RESET
AM65x uses TISCI protocol to reset the device and does not
support PSCI reset. So disable PSCI reset.
Signed-off-by: Lokesh Vutla <[email protected]>
| -rw-r--r-- | configs/am65x_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index 453177bde1d..4022801260d 100644 --- a/configs/am65x_evm_a53_defconfig +++ b/configs/am65x_evm_a53_defconfig @@ -12,6 +12,7 @@ CONFIG_NR_DRAM_BANKS=2 CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_SPL_FS_FAT=y CONFIG_SPL_LIBDISK_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 |
