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:
Michael Sevakis 2011-01-09 19:31:41 +00:00
parent be76de7b11
commit 0afad89f53

View file

@ -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) {