From: Keerthy Date: Wed, 12 Feb 2020 08:25:10 +0000 (+0530) Subject: configs: j721e_evm_r5: Enable R5F remoteproc support X-Git-Tag: v2020.07-rc1~41^2~7^2~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fac6aa817a092f43f7b7b4f6f08c46810d31ca5e;p=oweals%2Fu-boot.git configs: j721e_evm_r5: Enable R5F remoteproc support Enable R5F remoteproc support in R5 defconfig so that R5s can be started in SPL. While at it enable the SPL_FS_EXT4 config option to load the firmwares from file system. Signed-off-by: Keerthy Signed-off-by: Lokesh Vutla --- diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig index f30f1abdcd..d32b8822b6 100644 --- a/configs/j721e_evm_r5_defconfig +++ b/configs/j721e_evm_r5_defconfig @@ -28,6 +28,7 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_EARLY_BSS=y CONFIG_SPL_DMA=y CONFIG_SPL_ENV_SUPPORT=y +CONFIG_SPL_FS_EXT4=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_DM_RESET=y @@ -103,6 +104,7 @@ CONFIG_SPL_DM_REGULATOR=y CONFIG_DM_REGULATOR_TPS65941=y CONFIG_K3_SYSTEM_CONTROLLER=y CONFIG_REMOTEPROC_TI_K3_ARM64=y +CONFIG_REMOTEPROC_TI_K3_R5F=y CONFIG_DM_RESET=y CONFIG_RESET_TI_SCI=y CONFIG_DM_SERIAL=y