diff options
| author | Valentin Longchamp <[email protected]> | 2012-08-14 01:37:11 +0000 |
|---|---|---|
| committer | Prafulla Wadaskar <[email protected]> | 2012-09-03 17:36:31 +0530 |
| commit | 05c8e81fd39c8a41c2038844868a491003bcdab8 (patch) | |
| tree | bd14c709610dde86835cd89635f3f5fba105d7f1 /include | |
| parent | 62c9b9603e2552d6b39985738a957b51b0367e72 (diff) | |
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 <[email protected]>
cc: Holger Brunck <[email protected]>
Acked-By: Prafulla Wadaskar <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km/km_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index b41ca2e36d8..44d5373968c 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 |
