diff mbox series

[2/4] configs: phycore_am64x_a53: Add more commands

Message ID 20240701062050.1475249-2-d.schultz@phytec.de
State Accepted
Commit e3349111c79cc0271144d8f488b09aa1180d70a2
Delegated to: Tom Rini
Headers show
Series [1/4] configs: phycore_am62x_a53: Add more commands | expand

Commit Message

Daniel Schultz July 1, 2024, 6:20 a.m. UTC
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 | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index dac82f99a1a..fe09f79796d 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -70,7 +70,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