commit | 2b62b913684862afcf56c21a0b8e55686f1f83ed | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 13 19:54:45 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 14 10:53:27 2018 -0500 |
tree | 5d65f9859dbfe4889f9b37f5217e8507903425e2 | |
parent | 10a86357d3130929a2cc5b79cfcd6a71c70d3626 [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>