git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25422df
)
configs: phycore_am64x_a53: Add more commands
author
Daniel Schultz
<d.schultz@phytec.de>
Mon, 1 Jul 2024 06:20:48 +0000
(23:20 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 16 Jul 2024 18:56:36 +0000
(12:56 -0600)
Add the rtc command for testing this device. Additionally, add smc
and cache commands to boot non-Linux firmwares on the A53.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
configs/phycore_am64x_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/phycore_am64x_a53_defconfig
b/configs/phycore_am64x_a53_defconfig
index
cf04e14
..
1af72e8
100644
(file)
--- a/
configs/phycore_am64x_a53_defconfig
+++ b/
configs/phycore_am64x_a53_defconfig
@@
-71,7
+71,10
@@
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_MTD=y
CONFIG_CMD_USB=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_RTC=y
CONFIG_CMD_TIME=y
+CONFIG_CMD_SMC=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_MULTI_DTB_FIT=y