]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/efi_net.c
video: sunxi: de2: Reserve the fb region in the EFI memory map
[u-boot] / lib / efi_loader / efi_net.c
index 9afe76cdb31de77783e68338705f97b3f67a6686..e1139501d1fbd59833384c3ca98d821a97d478aa 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  *  EFI application network access support
  *
  *  Copyright (c) 2016 Alexander Graf
- *
- *  SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <lcd.h>
 #include <malloc.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static const efi_guid_t efi_net_guid = EFI_SIMPLE_NETWORK_GUID;
 static const efi_guid_t efi_pxe_guid = EFI_PXE_GUID;
 static struct efi_pxe_packet *dhcp_ack;