From: Ben Gardiner <bengardiner@nanometrics.ca> Date: Thu, 14 Oct 2010 21:26:27 +0000 (-0400) Subject: da850evm: add mtdpart and ubi commands with NAND support X-Git-Tag: v2025.01-rc5-pxa1908~20008^2~2 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=771d028afff6d223f2e9cf7ed8328eb2287f4303;p=u-boot.git 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<bengardiner@nanometrics.ca> To: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> --- 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) && \