diff options
author | Keerthy | 2022-01-27 13:16:53 +0100 |
---|---|---|
committer | Tom Rini | 2022-02-08 11:00:02 -0500 |
commit | b071a07743d44e58046ee5f52df9b6fab7733654 (patch) | |
tree | ced19f36d6865c5ebe3ec60bf1c282f706e16f72 /configs/j721e_hs_evm_r5_defconfig | |
parent | 0197909dd1c166dfb2e92b338b72d164e70db36f (diff) |
drivers: misc: Makefile: Enable fs_loader compilation at SPL Level
Enable fs_loader compilation at SPL Level.
Signed-off-by: Keerthy <j-keerthy@ti.com>
[Amjad: fix compilation failures for J721e platform]
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Diffstat (limited to 'configs/j721e_hs_evm_r5_defconfig')
-rw-r--r-- | configs/j721e_hs_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/j721e_hs_evm_r5_defconfig b/configs/j721e_hs_evm_r5_defconfig index 3d2bbb4844e..1e4a93ff53f 100644 --- a/configs/j721e_hs_evm_r5_defconfig +++ b/configs/j721e_hs_evm_r5_defconfig @@ -82,6 +82,7 @@ CONFIG_SYS_I2C_OMAP24XX=y CONFIG_DM_MAILBOX=y CONFIG_K3_SEC_PROXY=y CONFIG_FS_LOADER=y +CONFIG_SPL_FS_LOADER=y CONFIG_K3_AVS0=y CONFIG_MMC_SDHCI=y CONFIG_SPL_MMC_SDHCI_ADMA=y |