From: Marek Vasut Date: Sun, 5 Apr 2026 03:53:03 +0000 (+0200) Subject: arm64: renesas: Enable SMC command on all R-Car 64-bit systems X-Git-Tag: v2026.07-rc1~60^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0453bcfd16322075e32004c07003644d6e60bb65;p=thirdparty%2Fu-boot.git arm64: renesas: Enable SMC command on all R-Car 64-bit systems 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 --- diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config index da4b262fc6a..30869a4e3e7 100644 --- a/configs/renesas_rcar64.config +++ b/configs/renesas_rcar64.config @@ -1,6 +1,7 @@ #include CONFIG_CMD_FS_GENERIC=y +CONFIG_CMD_SMC=y CONFIG_CMD_SPI=y CONFIG_CMD_TEMPERATURE=y CONFIG_DM_THERMAL=y