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 /include/configs/wb45n.h | |
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 'include/configs/wb45n.h')
-rw-r--r-- | include/configs/wb45n.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h index 0ca5ef8d4d..b516b66c35 100644 --- a/include/configs/wb45n.h +++ b/include/configs/wb45n.h @@ -54,7 +54,6 @@ #define CONFIG_PMECC_CAP 4 #define CONFIG_PMECC_SECTOR_SIZE 512 -#define CONFIG_CMD_MTDPARTS #define CONFIG_RBTREE #define CONFIG_LZO |