From cbabe7f87f87c47a2d1e31c4bba1de375e3c85df Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 13 Nov 2018 19:54:45 -0500 Subject: 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 --- include/configs/wb45n.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 -- cgit