summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index 77aa398487..17ba509a6c 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -152,7 +152,7 @@ void* main(void)
152 available for loading the firmware. Otherwise display the debug screen. */ 152 available for loading the firmware. Otherwise display the debug screen. */
153#ifdef TCCBOOT 153#ifdef TCCBOOT
154 printf("Rockbox boot loader"); 154 printf("Rockbox boot loader");
155 printf("Version " RBVERSION); 155 printf("Version %s", rbversion);
156 156
157 printf("ATA"); 157 printf("ATA");
158 rc = storage_init(); 158 rc = storage_init();