forked from len0rd/rockbox
Gigabeat FX: Use the bootsplash stored in flash when bootloader is started from flash
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20769 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75be9c3a5a
commit
6138a16853
1 changed files with 5 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ start:
|
||||||
cmp r0, #0xA0000
|
cmp r0, #0xA0000
|
||||||
bne poweron
|
bne poweron
|
||||||
|
|
||||||
|
/* Point LCDSADDR1 to the boot logo for lcd_init_device in lcd-meg-fx.c */
|
||||||
|
mov r2, #0x4D000000
|
||||||
|
ldr r1, =0x020200A8
|
||||||
|
str r1, [r2, #0x14]
|
||||||
|
|
||||||
/* Did an RTC event wake the player up? */
|
/* Did an RTC event wake the player up? */
|
||||||
|
|
||||||
mov r2, #0x4A000000
|
mov r2, #0x4A000000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue