diff options
| author | Judith Mendez <[email protected]> | 2024-03-19 13:43:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-11 15:50:42 -0600 |
| commit | e8c828f124a51a52fc0e8346cd255d60de4f3d5f (patch) | |
| tree | 86ba37266aa6fea597abf807acd73049a74d1c39 /configs/am64x_evm_a53_defconfig | |
| parent | 01437e31454ed6f952b9e5a1b84de94c12a5f09a (diff) | |
configs: am6*_evm_a53_defconfig: Enable config to support mmc rescan
Enable MMC_SPEED_MODE_SET config option in defconfig to enable
mmc rescan for various Sitara devices.
Signed-off-by: Judith Mendez <[email protected]>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
| -rw-r--r-- | configs/am64x_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index b7057be3d65..179c42a5444 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -72,6 +72,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_TIME=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y +CONFIG_MMC_SPEED_MODE_SET=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_OF_LIST="ti/k3-am642-evm ti/k3-am642-sk" |
