mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix up the bootloaders
They can't access the raw RBVERSION define any longer. Change-Id: I698062b36306399945c01de54cdccaa1a1a8434e
This commit is contained in:
parent
21e2b595c2
commit
95a4c3afcd
19 changed files with 31 additions and 26 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue