]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: Fix MemMap Device Path node support
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 Sep 2011 10:55:26 +0000 (10:55 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 Sep 2011 10:55:26 +0000 (10:55 +0000)
commitaa863d357aa830c8068b4539975fe17eb4359d48
tree9256a0a11c488eece3188958367b32985a535193
parent4aa2417061f832009b92aac786ed7307ce088503
ArmPkg/BdsLib: Fix MemMap Device Path node support

The previous version was only checking if the Remaining Device Path node
was a MemMap DevicePath node.
This fix also checks if the Root DevicePath node is a MemMap DevicePath node.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12315 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsFilePath.c