All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Fix GPMC CS2 memory setup at apollon
@ 2008-02-18  5:35 Kyungmin Park
  2008-02-22 11:14 ` Wolfgang Denk
  2008-02-29 23:34 ` [U-Boot-Users] [PATCH] Fix alignment error on ARM for modules Woodruff, Richard
  0 siblings, 2 replies; 5+ messages in thread
From: Kyungmin Park @ 2008-02-18  5:35 UTC (permalink / raw)
  To: u-boot

It disables the current map first

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/board/apollon/mem.c b/board/apollon/mem.c
index c0edca5..0211c6a 100644
--- a/board/apollon/mem.c
+++ b/board/apollon/mem.c
@@ -198,6 +198,8 @@ void gpmc_init(void)
 	sdelay(2000);
 
 	/* setup cs2 */
+	__raw_writel(0x0, GPMC_CONFIG7_2);	/* disable current map */
+	sdelay(1000);
 	__raw_writel(APOLLON_24XX_GPMC_CONFIG1_0 | mux | mtype | mwidth,
 		     GPMC_CONFIG1_2);
 	/* It's same as cs 0 */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-02 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-18  5:35 [U-Boot-Users] [PATCH] Fix GPMC CS2 memory setup at apollon Kyungmin Park
2008-02-22 11:14 ` Wolfgang Denk
2008-02-29 23:34 ` [U-Boot-Users] [PATCH] Fix alignment error on ARM for modules Woodruff, Richard
2008-03-01  1:20   ` [U-Boot-Users] Quick OMAP2420 update for anyone interested Woodruff, Richard
2008-03-02 21:48   ` [U-Boot-Users] [PATCH] Fix alignment error on ARM for modules Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.