summaryrefslogtreecommitdiff
path: root/bootloader/gigabeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat.c')
-rw-r--r--bootloader/gigabeat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootloader/gigabeat.c b/bootloader/gigabeat.c
index 81c069469d..7a634b329c 100644
--- a/bootloader/gigabeat.c
+++ b/bootloader/gigabeat.c
@@ -45,11 +45,10 @@
45#include "usb.h" 45#include "usb.h"
46#include "mmu-arm.h" 46#include "mmu-arm.h"
47#include "rtc.h" 47#include "rtc.h"
48#include "version.h"
48 49
49#include <stdarg.h> 50#include <stdarg.h>
50 51
51char version[] = APPSVERSION;
52
53void shutdown(void) 52void shutdown(void)
54{ 53{
55 /* We need to gracefully spin down the disk to prevent clicks. */ 54 /* We need to gracefully spin down the disk to prevent clicks. */
@@ -174,7 +173,7 @@ void main(void)
174 verbose = true; 173 verbose = true;
175 174
176 printf("Rockbox boot loader"); 175 printf("Rockbox boot loader");
177 printf("Version %s", version); 176 printf("Version " RBVERSION);
178 177
179 sleep(50); /* ATA seems to error without this pause */ 178 sleep(50); /* ATA seems to error without this pause */
180 179