]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/da850evm.h
da850evm: add mtdpart and ubi commands with NAND support
[karo-tx-uboot.git] / include / configs / da850evm.h
index 0320917dd80697ca360248718869412a2e021d8c..91dc0c68f0d5f3d3b43c31c58c8e4da919cbe04f 100644 (file)
 #undef CONFIG_CMD_FLASH
 #undef CONFIG_CMD_IMLS
 #define CONFIG_CMD_NAND
+
+#define CONFIG_CMD_MTDPARTS
+#define CONFIG_MTD_DEVICE
+#define CONFIG_MTD_PARTITIONS
+#define CONFIG_LZO
+#define CONFIG_RBTREE
+#define CONFIG_CMD_UBI
+#define CONFIG_CMD_UBIFS
 #endif
 
 #if !defined(CONFIG_USE_NAND) && \