mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
sh: Update lowlevel_init.S of mpr2
Fix data size. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
parent
339719373a
commit
3594f1987c
1 changed files with 4 additions and 4 deletions
|
|
@ -82,10 +82,10 @@ lowlevel_init:
|
|||
/*
|
||||
* PLL Settings
|
||||
*/
|
||||
FRQCR_D: .long 0x1103 /* I:B:P=8:4:2 */
|
||||
WTCNT_D: .long 0x5A00 /* start counting at zero */
|
||||
WTCSR_D: .long 0xA507 /* divide by 4096 */
|
||||
|
||||
FRQCR_D: .word 0x1103 /* I:B:P=8:4:2 */
|
||||
WTCNT_D: .word 0x5A00 /* start counting at zero */
|
||||
WTCSR_D: .word 0xA507 /* divide by 4096 */
|
||||
.align 2
|
||||
/*
|
||||
* Spansion S29GL256N11 @ 48 MHz
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue