| Index: include/configs/chromeos/tegra2/harmony/common.h
|
| diff --git a/include/configs/chromeos/tegra2/harmony/common.h b/include/configs/chromeos/tegra2/harmony/common.h
|
| index a27080cb3a506399cbdc56701c3cefc6c4b56a8c..d60a9e99a5ee1660afdae189b0867e44bcc3a65f 100644
|
| --- a/include/configs/chromeos/tegra2/harmony/common.h
|
| +++ b/include/configs/chromeos/tegra2/harmony/common.h
|
| @@ -34,5 +34,11 @@
|
| #include <configs/chromeos/tegra2/harmony/parts/uart.h>
|
|
|
| #define CONFIG_CHROMEOS_HWID "ARM HARMONY TEST 2428"
|
| -
|
| +#define CONFIG_TEGRA2_NAND_HYNIX_HY27UF4G2B 1
|
| +/* Set clock divisor
|
| + * 7 bits of D and 1 bit of H
|
| + * divisor= (DDDDDDD + 1) + (H x 0.5)
|
| + * clock = original clock / divisor
|
| + * 6 means /4 */
|
| +#define CONFIG_NAND_CLK_DIVISOR_DDDDDDDH 6
|
| #endif /*__configs_chromeos_tegra2_harmony_common_h__*/
|
|
|