]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 9 May 2017 11:31:37 +0000 (20:31 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 May 2017 09:28:22 +0000 (18:28 +0900)
As commit 54925327fa11 ("mmc: move CONFIG_GENERIC_MMC to Kconfig")
addressed, this is one of the last weird defconfigs that define
CONFIG_GENERIC_MMC without CONFIG_MMC.

Now I took a closer look at this.  Given that neither CONFIG_CMD_MMC
nor CONFIG_MMC is set for this defconfig, CONFIG_GENERIC_MMC
should be disabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
configs/sandbox_noblk_defconfig

index b30e16508f4444257bff5814ee999fea20d290c6..6c6e6596b3d0c6adc9a0a7c4063647c9f56ba484 100644 (file)
@@ -105,7 +105,6 @@ CONFIG_CROS_EC_SPI=y
 CONFIG_PWRSEQ=y
 CONFIG_SPL_PWRSEQ=y
 # CONFIG_MMC is not set
-CONFIG_GENERIC_MMC=y
 CONFIG_SPI_FLASH_SANDBOX=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_ATMEL=y