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/mpio_hd200_hd300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootloader/mpio_hd200_hd300.c') diff --git a/bootloader/mpio_hd200_hd300.c b/bootloader/mpio_hd200_hd300.c index 963e65f22b..a4e13e1f88 100644 --- a/bootloader/mpio_hd200_hd300.c +++ b/bootloader/mpio_hd200_hd300.c @@ -196,7 +196,7 @@ static void rb_boot(void) reset_screen(); printf("Rockbox boot loader"); - printf("Version " RBVERSION); + printf("Version %s", rbversion); rc = storage_init(); if(rc) @@ -234,7 +234,7 @@ static void bootmenu(void) /* backbone of menu */ /* run the loader */ printf("Rockbox boot loader"); - printf("Ver: " RBVERSION); + printf("Ver: %s", rbversion); check_battery(); -- cgit v1.2.3