summaryrefslogtreecommitdiffstats
path: root/include/configs/km
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2011-05-31 02:12:48 +0000
committerU-Boot <uboot@lilith.(none)>2011-05-31 19:45:34 +0200
commit95e39793312ab1ce01615f2b5330382e99ed6e81 (patch)
tree1c6aede0b93a5e1d35a2e06c016f1f9269e976ef /include/configs/km
parent22c67d08398f0101e26fcbf75ac93433764cb4ae (diff)
downloadblackbird-obmc-uboot-95e39793312ab1ce01615f2b5330382e99ed6e81.tar.gz
blackbird-obmc-uboot-95e39793312ab1ce01615f2b5330382e99ed6e81.zip
arm/km: disable ls (through jffs2 support)
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 <valentin.longchamp@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher <hs@denx.de> Acked-by: Prafulla Wadaskar <prafulla@marvell.com> cc: Wolfgang Denk <wd@denx.de> cc: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include/configs/km')
-rw-r--r--include/configs/km/km_arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
index 5a915f3084..9c704fc5ed 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
OpenPOWER on IntegriCloud