diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-08 16:16:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-24 20:36:30 -0400 |
commit | f82caaccc87e1f76448ff42a6b930e59797e4f65 (patch) | |
tree | eec8eb273f252107dc5031a8c17c3f3ee9c60a1c /include/configs | |
parent | 751e54c3b77311b720b794813cce20546f288ada (diff) | |
download | u-boot-imx-f82caaccc87e1f76448ff42a6b930e59797e4f65.zip u-boot-imx-f82caaccc87e1f76448ff42a6b930e59797e4f65.tar.gz u-boot-imx-f82caaccc87e1f76448ff42a6b930e59797e4f65.tar.bz2 |
Blackfin: bf537-stamp: bump default SCLK up to 125MHz
Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
increase the speed of SCLK to 125MHz rather than 100MHz.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bf537-stamp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index 7c35a02..a9cdd5c 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -36,7 +36,7 @@ #define CONFIG_CCLK_DIV 1 /* SCLK_DIV controls the system clock divider */ /* Values can range from 1-15 */ -#define CONFIG_SCLK_DIV 5 +#define CONFIG_SCLK_DIV 4 /* |