Ting, Siyuan, Jiaxin,

Can one of you please commit this change if you have no objections?

Thanks,
--Samer

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of 
El-Haj-Mahmoud, Samer
Sent: Friday, April 15, 2016 8:26 AM
To: Li, Gary (HPS SW) <gar...@hpe.com>; edk2-devel@lists.01.org
Cc: ting...@intel.com; siyuan...@intel.com; jiaxin...@intel.com
Subject: Re: [edk2] [PATCH] NetworkPkg: Don't need to update device path in 
home environment

Reviewed-by: Samer El-Haj-Mahmoud <el...@hpe.com> 

-----Original Message-----
From: Li, Gary (HPS SW)
Sent: Thursday, April 14, 2016 10:32 PM
To: edk2-devel@lists.01.org
Cc: El-Haj-Mahmoud, Samer <samer.el-haj-mahm...@hpe.com>; siyuan...@intel.com; 
jiaxin...@intel.com; ting...@intel.com; Li, Gary (HPS SW) <gar...@hpe.com>
Subject: [PATCH] NetworkPkg: Don't need to update device path in home 
environment

Don't need to update device path in home environment

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Gary Li <gar...@hpe.com>
---
 NetworkPkg/HttpBootDxe/HttpBootClient.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NetworkPkg/HttpBootDxe/HttpBootClient.c 
b/NetworkPkg/HttpBootDxe/HttpBootClient.c
index 9d445e3..7c28009 100644
--- a/NetworkPkg/HttpBootDxe/HttpBootClient.c
+++ b/NetworkPkg/HttpBootDxe/HttpBootClient.c
@@ -36,6 +36,13 @@ HttpBootUpdateDevicePath (
   UINTN                      Length;
   EFI_STATUS                 Status;
 
+  //
+  // Don't need to update device path in home environment  //  if 
+ (Private->FilePathUri != NULL) {
+    return EFI_SUCCESS;
+  }
+
   TmpDevicePath = NULL;
   
   //
--
2.7.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to