Re: [edk2] [Patch 1/3] DuetPkg: Fix GCC error to avoid the duplicated global variables in EfiLdr

2015-12-17 Thread Fan, Jeff
Reviewed-by: Jeff Fan -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 16, 2015 6:17 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 1/3] DuetPkg: Fix GCC error to avoid the

Re: [edk2] [Patch 1/3] DuetPkg: Fix GCC error to avoid the duplicated global variables in EfiLdr

2015-12-17 Thread Ni, Ruiyu
Reviewed-by: ruiyu...@intel.com Thanks, Ray > 在 2015年12月16日,下午6:18,Liming Gao 写道: > > Move the global variable definitions into source code instead of head filer. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao

[edk2] [Patch 1/3] DuetPkg: Fix GCC error to avoid the duplicated global variables in EfiLdr

2015-12-16 Thread Liming Gao
Move the global variable definitions into source code instead of head filer. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- DuetPkg/EfiLdr/EfiLdr.h| 3 --- DuetPkg/EfiLdr/EfiLoader.c | 3 +++ 2 files changed, 3 insertions(+), 3