forked from len0rd/rockbox
Enable program flow prediction in the system control coprocessor setup in the bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17211 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5818bc3c31
commit
8ec1dca0da
2 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ void main(void)
|
|||
|
||||
lcd_clear_display();
|
||||
printf("Hello world!");
|
||||
printf("Gigabeat S Rockbox Bootloader v.00000009");
|
||||
printf("Gigabeat S Rockbox Bootloader v.00000010");
|
||||
system_init();
|
||||
kernel_init();
|
||||
printf("kernel init done");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue