projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e704cd6
)
configs: am65x_evm_a53: Disable PSCI_RESET
author
Lokesh Vutla
<lokeshvutla@ti.com>
Wed, 25 Sep 2019 09:08:05 +0000
(14:38 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Oct 2019 17:31:18 +0000
(13:31 -0400)
AM65x 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>
configs/am65x_evm_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/am65x_evm_a53_defconfig
b/configs/am65x_evm_a53_defconfig
index 453177bde1ddb333164e8de097ff63b43d2317cd..4022801260d79471ff95fb149f18ce2bed185610 100644
(file)
--- 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