summaryrefslogtreecommitdiff
path: root/include/configs/M54418TWR.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-22 22:36:16 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-25 00:35:55 (GMT)
commitd56b4b19744c314c26dc77585a7c7a9253d1487d (patch)
treec2f61f4eb311a4e81155b4579d69b4fe3d549581 /include/configs/M54418TWR.h
parent24fc9531a14e3d57c6e6afe4df15dc020e7b55d6 (diff)
downloadu-boot-fsl-qoriq-d56b4b19744c314c26dc77585a7c7a9253d1487d.tar.xz
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
The above CONFIG options are in Kconfig, and now have correct depends and inter-dependencies. Migrate these to configs/ from include/configs/. In the case of CMD_UBIFS also change it to be a default y if CMD_UBI. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M54418TWR.h')
-rw-r--r--include/configs/M54418TWR.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h
index 8fb9abd..3b2d01e 100644
--- a/include/configs/M54418TWR.h
+++ b/include/configs/M54418TWR.h
@@ -324,7 +324,6 @@
#ifdef CONFIG_CMD_JFFS2
#define CONFIG_JFFS2_DEV "nand0"
#define CONFIG_JFFS2_PART_OFFSET (0x800000)
-#define CONFIG_CMD_MTDPARTS
#define CONFIG_MTD_DEVICE
#define MTDIDS_DEFAULT "nand0=m54418twr.nand"
@@ -335,10 +334,8 @@
#endif
#ifdef CONFIG_CMD_UBI
-#define CONFIG_CMD_MTDPARTS
#define CONFIG_MTD_DEVICE /* needed for mtdparts command */
#define CONFIG_MTD_PARTITIONS /* mtdparts and UBI support */
-#define CONFIG_RBTREE
#define MTDIDS_DEFAULT "nand0=NAND"
#define MTDPARTS_DEFAULT "mtdparts=NAND:1m(u-boot)," \
"-(ubi)"