From 3bfd822b8b9cbb7170cac212ab889aa05400d880 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 14 Aug 2013 11:26:46 -0400 Subject: [PATCH] ENGR00275023-1 ARM: imx: Enable unsafe resume for MMC As we often use SD/MMC rootfs, need to enable this configuration for successfully resume of rootfs, otherwise, rootfs will be broken after resume. Signed-off-by: Anson Huang --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index e013bb3d5f85..9b5b874731d2 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -221,6 +221,7 @@ CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_PHY=y CONFIG_USB_MXS_PHY=y CONFIG_MMC=y +CONFIG_MMC_UNSAFE_RESUME=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_ESDHC_IMX=y -- 2.39.5