summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_sdp4430.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-07-20 14:56:07 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-08-05 10:11:20 -0400
commit674e0b217f794800048d80de09a71255b890a53e (patch)
tree5f9696df1adcaa7414390d42a0509962c54fcc77 /include/configs/omap4_sdp4430.h
parent2ad853c3485e08612bb7725ba50d35b679978ebc (diff)
downloadtalos-obmc-uboot-674e0b217f794800048d80de09a71255b890a53e.tar.gz
talos-obmc-uboot-674e0b217f794800048d80de09a71255b890a53e.zip
ARMV7: Fix udelay for OMAP4
The OMAP4 x-load code sets gptimer1 clock source to 32Khz. This isn't acceptable for udelay. This patch changes from gptimer1 to gptimer2, which uses sys_clk at 38.4 Mhz. Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap4_sdp4430.h')
-rw-r--r--include/configs/omap4_sdp4430.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
index ede7691d18..ef5272b494 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/include/configs/omap4_sdp4430.h
@@ -197,7 +197,7 @@
#define CONFIG_SYS_LOAD_ADDR 0x80000000
/* Use General purpose timer 1 */
-#define CONFIG_SYS_TIMERBASE GPT1_BASE
+#define CONFIG_SYS_TIMERBASE GPT2_BASE
#define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
#define CONFIG_SYS_HZ 1000
OpenPOWER on IntegriCloud