summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLuka Perkov <luka.perkov@sartura.hr>2015-10-31 21:28:44 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-11-17 23:41:41 +0100
commit6a26748c5e5558073b72ff55de4dc3ea245d3726 (patch)
treef979c3d680470654aff6917ed4235b985ab5db66 /include
parent6d559637d50f7966369580cf1ee6db5464c192d9 (diff)
downloadblackbird-obmc-uboot-6a26748c5e5558073b72ff55de4dc3ea245d3726.tar.gz
blackbird-obmc-uboot-6a26748c5e5558073b72ff55de4dc3ea245d3726.zip
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 <luka.perkov@sartura.hr>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ib62x0.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index fb59ce29f2..57b1a43cd4 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 */
OpenPOWER on IntegriCloud