[U-Boot] [PATCH 26/26] [sc520] Fix minor DRAM Controller Setup bug

Graeme Russ graeme.russ at gmail.com
Sun Apr 11 14:43:49 CEST 2010


Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
---
 cpu/i386/sc520/sc520_asm.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpu/i386/sc520/sc520_asm.S b/cpu/i386/sc520/sc520_asm.S
index 3407254..c8f74b3 100644
--- a/cpu/i386/sc520/sc520_asm.S
+++ b/cpu/i386/sc520/sc520_asm.S
@@ -500,7 +500,7 @@ emptybank:
 	/* just have your hardware desinger _GIVE_ you what you need here! */
 	movl    $DRCTMCTL, %edi
 	movb    $CONFIG_SYS_SDRAM_DRCTMCTL,%al
-	movb    (%edi), %al
+	movb    %al, (%edi)
 #else
 #if defined(CONFIG_SYS_SDRAM_CAS_LATENCY_2T) || defined(CONFIG_SYS_SDRAM_CAS_LATENCY_3T)
 	/* set the CAS latency now since it is hard to do
-- 
1.7.0.2.182.ge007



More information about the U-Boot mailing list