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/ipod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/ipod.c') diff --git a/bootloader/ipod.c b/bootloader/ipod.c index cae2501485..b2d4532168 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -334,7 +334,7 @@ void* main(void) lcd_setfont(FONT_SYSFIXED); printf("Rockbox boot loader"); - printf("Version: " RBVERSION); + printf("Version: %s", rbversion); printf("IPOD version: 0x%08x", IPOD_HW_REVISION); i=ata_init(); -- cgit v1.2.3