mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00: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
1 changed files with 1 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue