From cbabe7f87f87c47a2d1e31c4bba1de375e3c85df Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 13 Nov 2018 19:54:45 -0500 Subject: configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS Now that CMD_UBI does not select CMD_MTDPARTS we need to make platforms that had been enabling it turn it on by hand. This exposed that we had not yet migrated CMD_MTDPARTS fully, so do so now. Fixes: 86dfa556d927 ("cmd: ubi: Remove useless call to mtdparts_init()") Signed-off-by: Tom Rini --- configs/spear300_usbtty_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/spear300_usbtty_defconfig') diff --git a/configs/spear300_usbtty_defconfig b/configs/spear300_usbtty_defconfig index abb3754c1c..bc0c3ec091 100644 --- a/configs/spear300_usbtty_defconfig +++ b/configs/spear300_usbtty_defconfig @@ -21,7 +21,6 @@ CONFIG_CMD_PING=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_SYS_I2C_DW=y # CONFIG_MMC is not set -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_NOR_FLASH=y CONFIG_MTD_DEVICE=y CONFIG_PHY_GIGE=y -- cgit v1.2.3