commit | 2b95d87332276085cbd291a347ec70173212c577 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 13 19:54:45 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 13 23:09:12 2018 -0500 |
tree | 68035eeb8c1039cb31cac60538fbebf23d0b4c64 | |
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 <trini@konsulko.com>