summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootloader/ondavx747.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c
index 39c0aa83aa..442fc61422 100755
--- a/bootloader/ondavx747.c
+++ b/bootloader/ondavx747.c
@@ -120,7 +120,11 @@ int main(void)
120 120
121 /* Only enable backlight when button is pressed */ 121 /* Only enable backlight when button is pressed */
122 if(verbose) 122 if(verbose)
123 {
123 backlight_init(); 124 backlight_init();
125 printf(MODEL_NAME" Rockbox Bootloader");
126 printf("Version "APPSVERSION);
127 }
124 128
125 rc = storage_init(); 129 rc = storage_init();
126 if(rc) 130 if(rc)