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>
17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
#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
|
|
CONFIG_PHY_ANEG_TIMEOUT=20000
|
|
CONFIG_RCAR_GEN3_THERMAL=y
|
|
CONFIG_REMAKE_ELF=y
|
|
CONFIG_RENESAS_RPC_SPI=y
|
|
CONFIG_SUPPORT_RAW_INITRD=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_SYS_MALLOC_BOOTPARAMS=y
|
|
CONFIG_SYS_MALLOC_LEN=0x4000000
|
|
CONFIG_SYS_MONITOR_LEN=1048576
|