diff options
-rw-r--r-- | bootloader/SOURCES | 2 | ||||
-rw-r--r-- | bootloader/mpio_hd200_hd300.c (renamed from bootloader/mpio_hd200.c) | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index 97ed4493c1..d16c51690e 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -64,5 +64,5 @@ show_logo.c main-pp.c show_logo.c #elif defined(MPIO_HD200) || defined(MPIO_HD300) -mpio_hd200.c +mpio_hd200_hd300.c #endif diff --git a/bootloader/mpio_hd200.c b/bootloader/mpio_hd200_hd300.c index dd4510a2a7..7d6c60885d 100644 --- a/bootloader/mpio_hd200.c +++ b/bootloader/mpio_hd200_hd300.c @@ -175,6 +175,9 @@ static void rb_boot(void) /* boost to speedup rb image loading */ cpu_boost(true); + printf("Rockbox boot loader"); + printf("Version " RBVERSION); + rc = storage_init(); if(rc) { |