summaryrefslogtreecommitdiff
path: root/configs/sandbox_noblk_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-09 11:31:37 (GMT)
committerJaehoon Chung <jh80.chung@samsung.com>2017-05-15 09:28:22 (GMT)
commitd90e9458d7e7e7a44abe8477b562ec4961dd3cc6 (patch)
tree6312040a1f4cc63a10871ae19a2af09f6745335a /configs/sandbox_noblk_defconfig
parent0cacd6b755172ae6be87bdc26528ccea1c2fc53d (diff)
downloadu-boot-d90e9458d7e7e7a44abe8477b562ec4961dd3cc6.tar.xz
sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC
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>
Diffstat (limited to 'configs/sandbox_noblk_defconfig')
-rw-r--r--configs/sandbox_noblk_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sandbox_noblk_defconfig b/configs/sandbox_noblk_defconfig
index b30e165..6c6e659 100644
--- a/configs/sandbox_noblk_defconfig
+++ b/configs/sandbox_noblk_defconfig
@@ -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