Skip to content

Commit

Permalink
arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS
Browse files Browse the repository at this point in the history
These options were already defined in mv-common.h file.

Signed-off-by: Luka Perkov <[email protected]>
  • Loading branch information
lperkov committed Nov 17, 2015
1 parent 6d55963 commit 6a26748
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions include/configs/ib62x0.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#ifndef _CONFIG_IB62x0_H
#define _CONFIG_IB62x0_H


/*
* Version number information
*/
Expand All @@ -30,7 +29,6 @@
*/
#define CONFIG_BZIP2
#define CONFIG_LZMA
#define CONFIG_LZO

/*
* Commands configuration
Expand Down Expand Up @@ -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 */

0 comments on commit 6a26748

Please sign in to comment.