configs: aspeed: Unset CONFIG_MMC
authorJoel Stanley <joel@jms.id.au>
Thu, 4 Jul 2019 01:35:14 +0000 (11:05 +0930)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 20:00:17 +0000 (16:00 -0400)
The aspeed board does not have an upstream MMC driver.

As CONFIG_MMC defaults on, the board would fail to build due to the
CONFIG_DM_MMC migration:

  ===================== WARNING ======================
  This board does not use CONFIG_DM_MMC. Please update
  the board to use CONFIG_DM_MMC before the v2019.04 release.
  Failure to update by the deadline may result in board removal.
  See doc/driver-model/MIGRATION.txt for more info.
  ====================================================

Change the defconfig to disable MMC until a driver is submitted.

Signed-off-by: Joel Stanley <joel@jms.id.au>
configs/evb-ast2500_defconfig

index b73da72b1654fa44f40f9570495be9a01ee4e942..245c73ee9b5dba7d9e4b10ceacaec0b13dbfbfc1 100644 (file)
@@ -21,6 +21,7 @@ CONFIG_REGMAP=y
 CONFIG_CLK=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_ASPEED=y
+# CONFIG_MMC is not set
 CONFIG_PHY_REALTEK=y
 CONFIG_DM_ETH=y
 CONFIG_FTGMAC100=y