From 95a4c3afcd53a1f8b835dec33de51f9c304de4d9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 28 Aug 2014 10:26:45 -0400 Subject: Fix up the bootloaders They can't access the raw RBVERSION define any longer. Change-Id: I698062b36306399945c01de54cdccaa1a1a8434e --- bootloader/telechips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/telechips.c') diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 77aa398487..17ba509a6c 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -152,7 +152,7 @@ void* main(void) available for loading the firmware. Otherwise display the debug screen. */ #ifdef TCCBOOT printf("Rockbox boot loader"); - printf("Version " RBVERSION); + printf("Version %s", rbversion); printf("ATA"); rc = storage_init(); -- cgit v1.2.3