sc520: Fix minor DRAM Controller Setup bug
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
parent
d20053efdf
commit
1f9f3cf6cc
|
@ -500,7 +500,7 @@ emptybank:
|
||||||
/* just have your hardware desinger _GIVE_ you what you need here! */
|
/* just have your hardware desinger _GIVE_ you what you need here! */
|
||||||
movl $DRCTMCTL, %edi
|
movl $DRCTMCTL, %edi
|
||||||
movb $CONFIG_SYS_SDRAM_DRCTMCTL,%al
|
movb $CONFIG_SYS_SDRAM_DRCTMCTL,%al
|
||||||
movb (%edi), %al
|
movb %al, (%edi)
|
||||||
#else
|
#else
|
||||||
#if defined(CONFIG_SYS_SDRAM_CAS_LATENCY_2T) || defined(CONFIG_SYS_SDRAM_CAS_LATENCY_3T)
|
#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
|
/* set the CAS latency now since it is hard to do
|
||||||
|
|
Loading…
Reference in New Issue