From: Valentin Longchamp Date: Tue, 14 Aug 2012 01:37:11 +0000 (+0000) Subject: arm/km: fix frequency of the SPI NOR Flash X-Git-Tag: v2012.10-rc1~2^2~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05c8e81fd39c8a41c2038844868a491003bcdab8;p=u-boot arm/km: fix frequency of the SPI NOR Flash According to our last HW measures, this could be raised while still compatible with the potential delays on the lines. Signed-off-by: Valentin Longchamp cc: Holger Brunck Acked-By: Prafulla Wadaskar --- diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index b41ca2e36d..44d5373968 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -64,7 +64,7 @@ #if defined CONFIG_KM_ENV_IS_IN_SPI_NOR #define CONFIG_ENV_SPI_BUS 0 #define CONFIG_ENV_SPI_CS 0 -#define CONFIG_ENV_SPI_MAX_HZ 5000000 +#define CONFIG_ENV_SPI_MAX_HZ 8100000 #define CONFIG_ENV_SPI_MODE SPI_MODE_3 #endif