From: Ben Gardiner Date: Thu, 14 Oct 2010 21:26:27 +0000 (-0400) Subject: da850evm: add mtdpart and ubi commands with NAND support X-Git-Tag: v2010.12-rc1~104^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=771d028afff6d223f2e9cf7ed8328eb2287f4303;p=u-boot da850evm: add mtdpart and ubi commands with NAND support This patch enables also the mtdpart, ubi and ubifs commands when NAND support is enabled. Signed-off-by: Ben Gardiner To: Sudhakar Rajashekhara Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 0320917dd8..91dc0c68f0 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -154,6 +154,14 @@ #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) && \