aboutsummaryrefslogtreecommitdiff
path: root/configs/mcx_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-11-13 19:54:45 -0500
committerTom Rini <trini@konsulko.com>2018-11-14 10:53:27 -0500
commitcbabe7f87f87c47a2d1e31c4bba1de375e3c85df (patch)
tree5d65f9859dbfe4889f9b37f5217e8507903425e2 /configs/mcx_defconfig
parent20274b0626b41a5709530afcf6cea6dd9c256e6c (diff)
downloadu-boot-cbabe7f87f87c47a2d1e31c4bba1de375e3c85df.zip
u-boot-cbabe7f87f87c47a2d1e31c4bba1de375e3c85df.tar.gz
u-boot-cbabe7f87f87c47a2d1e31c4bba1de375e3c85df.tar.bz2
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/mcx_defconfig')
-rw-r--r--configs/mcx_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mcx_defconfig b/configs/mcx_defconfig
index 8111238..c30a4dd 100644
--- a/configs/mcx_defconfig
+++ b/configs/mcx_defconfig
@@ -30,6 +30,7 @@ CONFIG_CMD_DATE=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_FAT=y
CONFIG_CMD_JFFS2=y
+CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1m(u-boot),256k(env1),256k(env2),6m(kernel),6m(k_recovery),8m(fs_recovery),-(common_data)"
CONFIG_CMD_UBI=y