]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: renesas: Enable SMC command on all R-Car 64-bit systems
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 5 Apr 2026 03:53:03 +0000 (05:53 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 8 Apr 2026 17:35:05 +0000 (19:35 +0200)
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@mailbox.org>
configs/renesas_rcar64.config

index da4b262fc6a525826f11ebbf71a66b58a76d7090..30869a4e3e7661cd7973cb775ee910d3e8b6b241 100644 (file)
@@ -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