| Index: include/configs/chromeos/tegra2/seaboard/common.h
|
| diff --git a/include/configs/chromeos/tegra2/seaboard/common.h b/include/configs/chromeos/tegra2/seaboard/common.h
|
| index b349d4103dd97aa56382ae9ca734d867e0b30116..39ae1b98af1d0e471bda81089d2bbea091c5dd0b 100644
|
| --- a/include/configs/chromeos/tegra2/seaboard/common.h
|
| +++ b/include/configs/chromeos/tegra2/seaboard/common.h
|
| @@ -38,5 +38,11 @@
|
| #include <configs/chromeos/tegra2/seaboard/parts/tpm.h>
|
|
|
| #define CONFIG_CHROMEOS_HWID "ARM SEABOARD TEST 1176"
|
| -
|
| +#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_seaboard_common_h__*/
|
|
|