Allow yaboot to read files from cdrom (Laurent Vivier)

git-svn-id: svn://coreboot.org/openbios/openbios-devel@325 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-12-25 10:38:40 +00:00
parent 612dd8d75d
commit 1beaaac8fa
3 changed files with 22 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ macparts_open( macparts_info_t *di )
free( str );
}
if( parnum < 0 )
parnum = 1;
parnum = 0;
DPRINTF("macparts_open %d\n", parnum);
SEEK( 0 );