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/display5_factory_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/display5_factory_defconfig') diff --git a/configs/display5_factory_defconfig b/configs/display5_factory_defconfig index fa53c6e8e5..6ef85e246c 100644 --- a/configs/display5_factory_defconfig +++ b/configs/display5_factory_defconfig @@ -63,7 +63,6 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_DFU_MMC=y CONFIG_DFU_SF=y CONFIG_FSL_ESDHC=y -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_DEVICE=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y -- cgit