mirror of https://github.com/acidanthera/audk.git
Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the partition table is
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4807 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b67be02118
commit
c63cd426a8
|
@ -267,7 +267,7 @@ Returns:
|
||||||
goto Done;
|
goto Done;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Mbr->Partition[0].OSIndicator == 0) {
|
if (UNPACK_UINT32 (Mbr->Partition[0].SizeInLBA) == 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue