Re: [edk2-devel] [PATCH V1] UefiPayloadPkg:Fix NOOPT build failure

2020-06-22 Thread Ma, Maurice
Reviewed-by: Maurice Ma > -Original Message- > From: Dong, Guo > Sent: Saturday, June 20, 2020 19:15 > To: devel@edk2.groups.io > Cc: Ma, Maurice ; You, Benjamin > ; Dong, Guo > Subject: [edk2-devel] [PATCH V1] UefiPayloadPkg:Fix NOOPT build failure > > Wh

[edk2-devel] [PATCH V1] UefiPayloadPkg:Fix NOOPT build failure

2020-06-20 Thread Guo Dong
When build UEFI payload using NOOPT, it would build failure since the FV size. So this patch increases FV size to support NOOPT. If not NOOPT build, there is no change to FV size. Signed-off-by: Guo Dong --- UefiPayloadPkg/UefiPayloadPkg.fdf | 32 1 file changed,