summaryrefslogtreecommitdiff
path: root/bootloader/iaudio_coldfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iaudio_coldfire.c')
-rw-r--r--bootloader/iaudio_coldfire.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c
index a3b318bbbc..5639a0e59b 100644
--- a/bootloader/iaudio_coldfire.c
+++ b/bootloader/iaudio_coldfire.c
@@ -42,6 +42,8 @@
42#include "power.h" 42#include "power.h"
43#include "powermgmt.h" 43#include "powermgmt.h"
44#include "file.h" 44#include "file.h"
45#include "version.h"
46
45 47
46#include "pcf50606.h" 48#include "pcf50606.h"
47#include "common.h" 49#include "common.h"
@@ -58,8 +60,6 @@ int usb_screen(void)
58 return 0; 60 return 0;
59} 61}
60 62
61char version[] = APPSVERSION;
62
63/* Reset the cookie for the crt0 crash check */ 63/* Reset the cookie for the crt0 crash check */
64inline void __reset_cookie(void) 64inline void __reset_cookie(void)
65{ 65{
@@ -188,7 +188,7 @@ void main(void)
188 } 188 }
189 189
190 printf("Rockbox boot loader"); 190 printf("Rockbox boot loader");
191 printf("Version %s", version); 191 printf("Version " RBVERSION);
192 192
193 check_battery(); 193 check_battery();
194 194