summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2024-06-30 23:20:48 -0700
committerTom Rini <trini@konsulko.com>2024-07-16 12:56:36 -0600
commite3349111c79cc0271144d8f488b09aa1180d70a2 (patch)
tree5821fe4527c67ed6d28fc434f56e8adca57d3db2
parent25422dfbea4e44c182fee3d80e036d5a6f7ab1af (diff)
configs: phycore_am64x_a53: Add more commands
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>
-rw-r--r--configs/phycore_am64x_a53_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index cf04e145372..1af72e8bb32 100644
--- 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