Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17203 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-04-21 04:34:39 +00:00
parent e7999873f5
commit 2920359cca
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ void main(void)
lcd_clear_display();
printf("Hello world!");
printf("Gigabeat S Rockbox Bootloader v.00000008");
printf("Gigabeat S Rockbox Bootloader v.00000009");
system_init();
kernel_init();
printf("kernel init done");

View file

@ -81,7 +81,7 @@ static uint32_t dualboot[] =
0xe59f900c, /* ldr r9, [pc, #12] -> 0x53fa4000 */
0xe5999000, /* ldr r9, [r9] */
0xe3190010, /* tst r9, #16 ; 0x10 */
#if 1
#if 0
/* Branch to Rockbox if hold is on */
0x159ff004, /* ldrne pc, [pc, #4] -> 0x89000000 */
#else