mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add a cleaner implementation of ISO9660.
Enable it for powerpc and cross-powerpc Signed-off-by: Laurent Vivier <Laurent@vivier.Eu> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@626 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Laurent Vivier
parent
02d95dc3cd
commit
d2cc5db789
@@ -47,6 +47,7 @@ do_open( ihandle_t ih )
|
||||
if( !err ) {
|
||||
err=fs_hfsp_open(fd, fs);
|
||||
if( err ) err = fs_hfs_open(fd, fs);
|
||||
if( err ) err = fs_iso9660_open(fd, fs);
|
||||
if( err ) err = fs_grubfs_open(fd, fs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user