From: Luka Perkov Date: Sat, 31 Oct 2015 20:28:44 +0000 (+0100) Subject: arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS X-Git-Tag: v2016.01-rc2~302^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a26748c5e5558073b72ff55de4dc3ea245d3726;p=platform%2Fkernel%2Fu-boot.git arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS These options were already defined in mv-common.h file. Signed-off-by: Luka Perkov --- diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index fb59ce2..57b1a43 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -9,7 +9,6 @@ #ifndef _CONFIG_IB62x0_H #define _CONFIG_IB62x0_H - /* * Version number information */ @@ -30,7 +29,6 @@ */ #define CONFIG_BZIP2 #define CONFIG_LZMA -#define CONFIG_LZO /* * Commands configuration @@ -115,17 +113,4 @@ #define CONFIG_RTC_MV #endif /* CONFIG_CMD_DATE */ -/* - * File system - */ -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_FAT -#define CONFIG_CMD_JFFS2 -#define CONFIG_CMD_UBI -#define CONFIG_CMD_UBIFS -#define CONFIG_RBTREE -#define CONFIG_MTD_DEVICE -#define CONFIG_MTD_PARTITIONS -#define CONFIG_CMD_MTDPARTS - #endif /* _CONFIG_IB62x0_H */