All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] AT91RM9200DK: fix broken boot from NOR flash
@ 2008-11-24 20:50 Wolfgang Denk
  2008-11-24 21:11 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Denk @ 2008-11-24 20:50 UTC (permalink / raw)
  To: u-boot

From: Wolfgang Denk <wd@xpert.denx.de>

Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 cpu/arm920t/start.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index f99d129..5143cfc 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -258,7 +258,7 @@ cpu_init_crit:
 	 * find a lowlevel_init.S in your board directory.
 	 */
 	mov	ip, lr
-#if	defined(CONFIG_AT91RM9200DK) || defined(CONFIG_AT91RM9200EK) || defined(CONFIG_AT91RM9200DF)
+#if	defined(CONFIG_AT91RM9200EK) || defined(CONFIG_AT91RM9200DF)
 
 #else
 	bl	lowlevel_init
-- 
1.5.4.rc1.23.g3a969

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

end of thread, other threads:[~2008-11-24 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 20:50 [U-Boot] [PATCH] AT91RM9200DK: fix broken boot from NOR flash Wolfgang Denk
2008-11-24 21:11 ` Jean-Christophe PLAGNIOL-VILLARD

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.