mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Don't touch the clocks in Nano2G bootloader - this breaks the Apple firmware (audio playback didn't work).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23143 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e95cc4329
commit
8b3433e1c0
1 changed files with 3 additions and 1 deletions
|
|
@ -104,6 +104,7 @@ start_loc:
|
||||||
#endif /* BOOTLOADER */
|
#endif /* BOOTLOADER */
|
||||||
#endif /* CONFIG_CPU==S5L8701 */
|
#endif /* CONFIG_CPU==S5L8701 */
|
||||||
|
|
||||||
|
#if !(CONFIG_CPU==S5L8701 && defined(BOOTLOADER))
|
||||||
ldr r1, =0x3c500000
|
ldr r1, =0x3c500000
|
||||||
ldr r0, =0x00800080
|
ldr r0, =0x00800080
|
||||||
str r0, [r1] // CLKCON
|
str r0, [r1] // CLKCON
|
||||||
|
|
@ -138,6 +139,7 @@ start_loc:
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
#endif
|
||||||
|
|
||||||
// ldr r0, =0x10100000
|
// ldr r0, =0x10100000
|
||||||
// ldr r1, =0x38200034
|
// ldr r1, =0x38200034
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue