aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-08-14 15:19:25 +0800
committerBryan Wu <cooloney@kernel.org>2008-08-14 15:19:25 +0800
commitb42a9f442c6f9f47a9d63f66fcc67ab8efe7b7fa (patch)
tree0371f8c370a69d4597afd917fe582332927e653c /include/asm-blackfin
parentBlackfin arch: do not muck with the UART during boot -- let the serial driver worry about it (diff)
downloadlinux-dev-b42a9f442c6f9f47a9d63f66fcc67ab8efe7b7fa.tar.xz
linux-dev-b42a9f442c6f9f47a9d63f66fcc67ab8efe7b7fa.zip
Blackfin arch: fix missing digit in SCLK range checking
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r--include/asm-blackfin/mach-bf533/mem_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/mach-bf533/mem_init.h b/include/asm-blackfin/mach-bf533/mem_init.h
index 995c06b2b1ef..ed2034bf10ec 100644
--- a/include/asm-blackfin/mach-bf533/mem_init.h
+++ b/include/asm-blackfin/mach-bf533/mem_init.h
@@ -47,7 +47,7 @@
#define SDRAM_tRCD TRCD_2
#define SDRAM_tWR TWR_2
#endif
-#if (CONFIG_SCLK_HZ > 8955223) && (CONFIG_SCLK_HZ <= 104477612)
+#if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612)
#define SDRAM_tRP TRP_2
#define SDRAM_tRP_num 2
#define SDRAM_tRAS TRAS_5