1
0
Fork 0
forked from len0rd/rockbox

Fix up the bootloaders

They can't access the raw RBVERSION define any longer.

Change-Id: I698062b36306399945c01de54cdccaa1a1a8434e
This commit is contained in:
Michael Sevakis 2014-08-28 10:26:45 -04:00
parent 21e2b595c2
commit 95a4c3afcd
19 changed files with 31 additions and 26 deletions

View file

@ -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();