diff options
| author | Tom Rini <[email protected]> | 2018-11-13 19:54:45 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-14 10:53:27 -0500 |
| commit | cbabe7f87f87c47a2d1e31c4bba1de375e3c85df (patch) | |
| tree | 5d65f9859dbfe4889f9b37f5217e8507903425e2 /configs/ib62x0_defconfig | |
| parent | 20274b0626b41a5709530afcf6cea6dd9c256e6c (diff) | |
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 <[email protected]>
Diffstat (limited to 'configs/ib62x0_defconfig')
| -rw-r--r-- | configs/ib62x0_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig index 6ce7d49a0fe..985d85e0274 100644 --- a/configs/ib62x0_defconfig +++ b/configs/ib62x0_defconfig @@ -20,6 +20,7 @@ CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_CMD_JFFS2=y +CONFIG_CMD_MTDPARTS=y CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:0xe0000@0x0(uboot),0x20000@0xe0000(uboot_env),-@0x100000(root)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y |
