From: Aswath Govindraju Date: Wed, 16 Feb 2022 05:57:24 +0000 (+0530) Subject: configs: j721e_*_evm_a72_defconfig: Enable config for setting mmc speed mode X-Git-Tag: v2022.07~160^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4403e1a31cca73d516c2302e2950ddc8ea7d0c37;p=platform%2Fkernel%2Fu-boot.git configs: j721e_*_evm_a72_defconfig: Enable config for setting mmc speed mode Enable config for setting mmc speed mode from U-Boot command line. Signed-off-by: Aswath Govindraju --- diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig index b843a84..60c96f8 100644 --- a/configs/j721e_evm_a72_defconfig +++ b/configs/j721e_evm_a72_defconfig @@ -193,3 +193,4 @@ CONFIG_UFS=y CONFIG_CADENCE_UFS=y CONFIG_TI_J721E_UFS=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_MMC_SPEED_MODE_SET=y diff --git a/configs/j721e_hs_evm_a72_defconfig b/configs/j721e_hs_evm_a72_defconfig index ae184b0..6479f9b 100644 --- a/configs/j721e_hs_evm_a72_defconfig +++ b/configs/j721e_hs_evm_a72_defconfig @@ -162,3 +162,4 @@ CONFIG_UFS=y CONFIG_CADENCE_UFS=y CONFIG_TI_J721E_UFS=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_MMC_SPEED_MODE_SET=y