[U-Boot] [PATCH 1/2] arm: vf610: Remove duplicate MTD defines.

Bill Pringlemeir bpringlemeir at nbsps.com
Wed Dec 3 19:40:58 CET 2014


Some MTD defines are repeated twice; once with UBI and then with MTD.
Remove the duplicate MTD defines from the UBI grouping.

Signed-off-by: Bill Pringlemeir <bpringlemeir at nbsps.com>
---
 include/configs/vf610twr.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h
index 6fd0b17..62ffb9e 100644
--- a/include/configs/vf610twr.h
+++ b/include/configs/vf610twr.h
@@ -60,11 +60,8 @@
 /* UBI */
 #define CONFIG_CMD_UBI
 #define CONFIG_CMD_UBIFS
-#define CONFIG_CMD_MTDPARTS
 #define CONFIG_RBTREE
 #define CONFIG_LZO
-#define CONFIG_MTD_DEVICE
-#define CONFIG_MTD_PARTITIONS
 
 /* Dynamic MTD partition support */
 #define CONFIG_CMD_MTDPARTS
-- 
1.8.0.2



More information about the U-Boot mailing list