diff options
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index f8978037f2..14dabfeb50 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -54,7 +54,6 @@ /* commands to include */ #define CONFIG_CMD_NAND -#define CONFIG_CMD_MTDPARTS #define CONFIG_CMD_NAND_LOCK_UNLOCK /* nand (un)lock commands */ /* I2C */ @@ -80,10 +79,6 @@ #ifdef CONFIG_NAND #define CONFIG_NAND_OMAP_GPMC -#define CONFIG_CMD_UBIFS /* Read-only UBI volume operations */ -#define CONFIG_RBTREE /* required by CONFIG_CMD_UBI */ -#define CONFIG_LZO /* required by CONFIG_CMD_UBIFS */ - #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ /* to access nand */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ |