]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PeiCore: Update debug message to print FV handle correctly
authorLiming Gao <liming.gao@intel.com>
Thu, 28 Dec 2017 06:34:14 +0000 (14:34 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 28 Dec 2017 07:21:39 +0000 (15:21 +0800)
commit3958242febc11e418378939f05a6f357d9d84d3f
tree0ac653fc0ce6c456871a37cdc8188853b902f75e
parenta8e786e8b29de5d1c71d3865506c5cc2df9512a2
MdeModulePkg PeiCore: Update debug message to print FV handle correctly

BfvHeader->FvLength is UINT64. Now, it prints with %x. It will cause the
late FvHandle to be as zero. So, its type is converted to UINT32.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Core/Pei/FwVol/FwVol.c