[U-Boot] [PATCH v2 4/8] arm/km: disable ls (through jffs2 support)
Prafulla Wadaskar
prafulla at marvell.com
Wed May 4 09:30:33 CEST 2011
> -----Original Message-----
> From: Valentin Longchamp [mailto:valentin.longchamp at keymile.com]
> Sent: Tuesday, May 03, 2011 7:43 PM
> To: u-boot at lists.denx.de
> Cc: Prafulla Wadaskar; holger.brunck at keymile.com; Valentin Longchamp;
> Wolfgang Denk; Detlev Zundel
> Subject: [PATCH v2 4/8] 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 at keymile.com>
> Signed-off-by: Holger Brunck <holger.brunck at keymile.com>
> Acked-by: Heiko Schocher <hs at denx.de>
> cc: Prafulla Wadaskar <prafulla at marvell.com>
> cc: Wolfgang Denk <wd at denx.de>
> cc: Detlev Zundel <dzu at denx.de>
> ---
> Changes for v2:
> - split up first large patch series to three independent smaller
> patch series
>
> include/configs/km_arm.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
> index 89f9d35..a8a4d77 100644
> --- a/include/configs/km_arm.h
> +++ b/include/configs/km_arm.h
> @@ -248,6 +248,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
>
Acked-by: Prafulla Wadaskar <prafulla at marvell.com>
Regards..
Prafulla . .
More information about the U-Boot
mailing list