boot/efi: Revert gFDT portion of hrev53960

Change-Id: I6337aea8054840f36d41ac51cf8856eb04c0e6ba
This commit is contained in:
Alexander von Gluck IV 2020-03-09 14:21:43 -05:00
parent 9b91a310bf
commit 9775b1fb59

View File

@ -43,7 +43,6 @@ efi_handle kImage;
static uint32 sBootOptions;
void* gFDT;
extern "C" int main(stage2_args *args);
extern "C" void _start(void);
@ -177,7 +176,6 @@ extern "C" efi_status
efi_main(efi_handle image, efi_system_table *systemTable)
{
stage2_args args;
gFDT = NULL;
memset(&args, 0, sizeof(stage2_args));