boot/efi: Revert gFDT portion of hrev53960
Change-Id: I6337aea8054840f36d41ac51cf8856eb04c0e6ba
This commit is contained in:
parent
9b91a310bf
commit
9775b1fb59
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user