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 39c0aa8..442fc61 100755
--- a/bootloader/ondavx747.c
+++ b/bootloader/ondavx747.c
@@ -120,7 +120,11 @@ int main(void)
/* Only enable backlight when button is pressed */
if(verbose)
+ {
backlight_init();
+ printf(MODEL_NAME" Rockbox Bootloader");
+ printf("Version "APPSVERSION);
+ }
rc = storage_init();
if(rc)