mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -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 /* CONFIG_CPU==S5L8701 */
|
||||
|
||||
#if !(CONFIG_CPU==S5L8701 && defined(BOOTLOADER))
|
||||
ldr r1, =0x3c500000
|
||||
ldr r0, =0x00800080
|
||||
str r0, [r1] // CLKCON
|
||||
|
|
@ -138,7 +139,8 @@ start_loc:
|
|||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
#endif
|
||||
|
||||
// ldr r0, =0x10100000
|
||||
// ldr r1, =0x38200034
|
||||
// str r0, [r1] // SRAM0/1 data width 16 bit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue