summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2009-06-22 23:42:51 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:34 -0400
commitb9f3c71dc62e3f68f587686b47d9349da15ac23b (patch)
treeded34f7b328548de71c44c4d5debdd5c87d1e351
parenta74b88e542841397d176621d157da3d576a24c2f (diff)
Cleaned up during EVM hang issue
CKE0/1 pad configuration cleanup done during board hang issue debug. Removed PRCM_init function from u-boot, since x-loader is handling the clock/DPLL configuration. This need to be enabled, after fixing hang issue.
-rw-r--r--board/omap3/omap3517evm/omap3517evm.h4
-rw-r--r--cpu/arm_cortexa8/omap3/board.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/omap3/omap3517evm/omap3517evm.h b/board/omap3/omap3517evm/omap3517evm.h
index 074d4ffd45..5ce18bdd3b 100644
--- a/board/omap3/omap3517evm/omap3517evm.h
+++ b/board/omap3/omap3517evm/omap3517evm.h
@@ -390,7 +390,7 @@ static void setup_net_chip(void);
MUX_VAL(CP(D2D_SREAD), (IEN | PTD | DIS | M0)) /*d2d_sread*/\
MUX_VAL(CP(D2D_MBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_mbusflag*/\
MUX_VAL(CP(D2D_SBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_sbusflag*/\
- MUX_VAL(CP(SDRC_CKE0), (IDIS | PTU | EN | M0)) /*sdrc_cke0*/\
- MUX_VAL(CP(SDRC_CKE1), (IDIS | PTD | DIS | M7)) /*sdrc_cke1*/\
+ MUX_VAL(CP(SDRC_CKE0), (M0)) /*sdrc_cke0*/\
+ MUX_VAL(CP(SDRC_CKE1), (M0)) /*sdrc_cke1*/\
#endif
diff --git a/cpu/arm_cortexa8/omap3/board.c b/cpu/arm_cortexa8/omap3/board.c
index ea94e59664..ff3603b9dd 100644
--- a/cpu/arm_cortexa8/omap3/board.c
+++ b/cpu/arm_cortexa8/omap3/board.c
@@ -219,7 +219,7 @@ void s_init(void)
set_muxconf_regs();
delay(100);
- prcm_init();
+// prcm_init();
per_clocks_enable();