[PATCH] arm64: renesas: Enable SMC command on all R-Car 64-bit systems
Marek Vasut
marek.vasut+renesas at mailbox.org
Sun Apr 5 05:53:03 CEST 2026
Enable the 'smc' command on all R-Car 64-bit systems. This command is
useful for interacting with EL3 firmware, testing interaction with the
PSCI provider or OPTEE-OS.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
configs/renesas_rcar64.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config
index c2cb88dc157..554fcdebad8 100644
--- a/configs/renesas_rcar64.config
+++ b/configs/renesas_rcar64.config
@@ -1,6 +1,7 @@
#include <configs/renesas_rcar.config>
CONFIG_CMD_FS_GENERIC=y
+CONFIG_CMD_SMC=y
CONFIG_CMD_SPI=y
CONFIG_CMD_TEMPERATURE=y
CONFIG_DM_THERMAL=y
--
2.53.0
More information about the U-Boot
mailing list