]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Aug 2011 11:01:44 +0000 (11:01 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Aug 2011 11:01:44 +0000 (11:01 +0000)
commit48be3ea2e0e0c7f4ce88f3466c952aa79d50a094
treecfa4265a89ef3831969a1ece44c4ed15f87bd656
parent50e610270c39fe1eb5b1b3930c6b7556f72fa91a
ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was
passed

The PrepareAtagList function is using this variable to determine if a
initrd was passed to the kernel.

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