mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
sh: Update lowlevel_init.S of espt-giga
There was the point that did not use write macro. Change to write macro. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
f1cae1969d
commit
59434fe243
@ -72,15 +72,7 @@ lowlevel_init:
|
|||||||
/* set DDR-SDRAM dummy read */
|
/* set DDR-SDRAM dummy read */
|
||||||
write32 MMSEL_A, MMSEL_D
|
write32 MMSEL_A, MMSEL_D
|
||||||
|
|
||||||
mov.l MMSEL_A, r0
|
write32 MMSEL_A, CS0_A
|
||||||
synco
|
|
||||||
mov.l @r0, r1
|
|
||||||
synco
|
|
||||||
|
|
||||||
mov.l CS0_A, r0
|
|
||||||
synco
|
|
||||||
mov.l @r0, r1
|
|
||||||
synco
|
|
||||||
|
|
||||||
/* set DDR-SDRAM bus/endian etc */
|
/* set DDR-SDRAM bus/endian etc */
|
||||||
write32 MIM_U_A, MIM_U_D
|
write32 MIM_U_A, MIM_U_D
|
||||||
|
Loading…
x
Reference in New Issue
Block a user