diff options
author | Georgi Djakov <georgi.djakov@linaro.org> | 2016-02-25 05:46:32 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-03-12 19:16:27 -0500 |
commit | 2f85bb09d95e27c2932fc86e41318962bd33af96 (patch) | |
tree | 2fc1199a1e936e983bde2e4cb925c5c16eefc836 | |
parent | d1be05ab23a67876b7e6a64734fd617978fa6f0c (diff) |
arm64: defconfig: Increase MMC_BLOCK_MINORS to 16
Increase the block minors from the default 8 to 16. The db410c board
by default has eMMC rootfs on the 10th partition.
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 542d22e609af..872fa01499c3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -205,6 +205,7 @@ CONFIG_USB_MSM_OTG=y | |||
205 | CONFIG_USB_ULPI=y | 205 | CONFIG_USB_ULPI=y |
206 | CONFIG_USB_GADGET=y | 206 | CONFIG_USB_GADGET=y |
207 | CONFIG_MMC=y | 207 | CONFIG_MMC=y |
208 | CONFIG_MMC_BLOCK_MINORS=16 | ||
208 | CONFIG_MMC_ARMMMCI=y | 209 | CONFIG_MMC_ARMMMCI=y |
209 | CONFIG_MMC_SDHCI=y | 210 | CONFIG_MMC_SDHCI=y |
210 | CONFIG_MMC_SDHCI_PLTFM=y | 211 | CONFIG_MMC_SDHCI_PLTFM=y |