1
0
Fork 0
forked from len0rd/rockbox

Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-11-23 22:07:48 +00:00
parent 078753395d
commit b69be10d98
5 changed files with 12 additions and 9 deletions

View file

@ -216,7 +216,7 @@ void main(void)
if (i < EOK) {
printf("Error!");
printf("Can't load rockbox.iaudio:");
printf("Can't load " BOOTFILE ": ");
printf(strerror(rc));
sleep(HZ*3);
power_off();