From patchwork Tue May 31 12:12:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v3,rebase,4/8] arm/km: disable ls (through jffs2 support) Date: Tue, 31 May 2011 02:12:48 -0000 From: Valentin Longchamp X-Patchwork-Id: 98018 Message-Id: To: albert.u.boot@aribaud.net Cc: Valentin Longchamp , Detlev@theia.denx.de, u-boot@lists.denx.de, holger.brunck@keymile.com This is not supported on our km-arm boards since we have defined CONFIG_SYS_NO_FLASH for our NAND Flash chip. With CONFIG_CMD_JFFS2, the ls command is present and works very badly on our km-arm boards. Signed-off-by: Valentin Longchamp Signed-off-by: Holger Brunck Acked-by: Heiko Schocher Acked-by: Prafulla Wadaskar cc: Wolfgang Denk cc: Detlev Zundel --- include/configs/km/km_arm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 5a915f3..9c704fc 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -260,6 +260,7 @@ int get_scl(void); #if defined(CONFIG_SYS_NO_FLASH) #define CONFIG_KM_UBI_PARTITION_NAME "ubi0" #undef CONFIG_FLASH_CFI_MTD +#undef CONFIG_CMD_JFFS2 #undef CONFIG_JFFS2_CMDLINE #endif