mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
sh: Update lowlevel_init.S of sh7763rdp
Fix data size. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
parent
e77ff55203
commit
3106732180
1 changed files with 2 additions and 2 deletions
|
@ -266,8 +266,8 @@ SDR4_D: .long 0x00000300
|
|||
SDMR00308_D: .long 0x00000000
|
||||
SDMR00B08_D: .long 0x00000000
|
||||
SDMR02000_D: .long 0x00000000
|
||||
PSEL0_D: .long 0x00000001
|
||||
PSEL1_D: .long 0x00000244
|
||||
PSEL0_D: .word 0x00000001
|
||||
PSEL1_D: .word 0x00000244
|
||||
SR_MASK_D: .long 0xEFFFFF0F
|
||||
WDTST_D: .long 0x5A000FFF
|
||||
WDTCSR_D: .long 0xA5000000
|
||||
|
|
Loading…
Reference in a new issue