summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index adf3e63483..fca475e20d 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -46,7 +46,7 @@
46#include "version.h" 46#include "version.h"
47 47
48/* Show the Rockbox logo - in show_logo.c */ 48/* Show the Rockbox logo - in show_logo.c */
49extern int show_logo(void); 49extern void show_logo(void);
50 50
51/* Address to load main Rockbox image to */ 51/* Address to load main Rockbox image to */
52#define LOAD_ADDRESS 0x20000000 /* DRAM_START */ 52#define LOAD_ADDRESS 0x20000000 /* DRAM_START */