diff options
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/gigabeat-s.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 8858479..abfe57c 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c @@ -147,8 +147,11 @@ void main(void) char tarstring[6]; char model[5]; + /* Flush and invalidate all caches (because vectors were written) */ + invalidate_icache(); + lcd_clear_display(); - printf("Gigabeat S Rockbox Bootloader v.00000011"); + printf("Gigabeat S Rockbox Bootloader v.00000012"); system_init(); kernel_init(); printf("kernel init done"); |