SA9200 boot: Add OF.ebn to the list of OF filenames to check.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29014 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be76de7b11
commit
0afad89f53
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ void* main(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
|
||||
#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) || defined(PHILIPS_SA9200)
|
||||
printf("Trying /System/OF.ebn");
|
||||
rc=load_mi4(loadbuffer, "/System/OF.ebn", MAX_LOADSIZE);
|
||||
if (rc < EOK) {
|
||||
|
|
Loading…
Reference in a new issue