diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-13 19:54:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-14 10:53:27 -0500 |
commit | cbabe7f87f87c47a2d1e31c4bba1de375e3c85df (patch) | |
tree | 5d65f9859dbfe4889f9b37f5217e8507903425e2 /configs/socfpga_de1_soc_defconfig | |
parent | 20274b0626b41a5709530afcf6cea6dd9c256e6c (diff) | |
download | u-boot-cbabe7f87f87c47a2d1e31c4bba1de375e3c85df.tar.gz |
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 <trini@konsulko.com>
Diffstat (limited to 'configs/socfpga_de1_soc_defconfig')
-rw-r--r-- | configs/socfpga_de1_soc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/socfpga_de1_soc_defconfig b/configs/socfpga_de1_soc_defconfig index ed4880d61e..b6c8e6c84d 100644 --- a/configs/socfpga_de1_soc_defconfig +++ b/configs/socfpga_de1_soc_defconfig @@ -44,7 +44,6 @@ CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y CONFIG_DM_MMC=y CONFIG_MMC_DW=y -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_DEVICE=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y |