diff options
Diffstat (limited to 'bootloader/iaudio_coldfire.c')
| -rw-r--r-- | bootloader/iaudio_coldfire.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c index a3b318b..5639a0e 100644 --- a/bootloader/iaudio_coldfire.c +++ b/bootloader/iaudio_coldfire.c @@ -42,6 +42,8 @@ #include "power.h" #include "powermgmt.h" #include "file.h" +#include "version.h" + #include "pcf50606.h" #include "common.h" @@ -58,8 +60,6 @@ int usb_screen(void) return 0; } -char version[] = APPSVERSION; - /* Reset the cookie for the crt0 crash check */ inline void __reset_cookie(void) { @@ -188,7 +188,7 @@ void main(void) } printf("Rockbox boot loader"); - printf("Version %s", version); + printf("Version " RBVERSION); check_battery(); |