boot/efi: Revert gFDT portion of hrev53960
Change-Id: I6337aea8054840f36d41ac51cf8856eb04c0e6ba
This commit is contained in:
@@ -43,7 +43,6 @@ efi_handle kImage;
|
|||||||
|
|
||||||
|
|
||||||
static uint32 sBootOptions;
|
static uint32 sBootOptions;
|
||||||
void* gFDT;
|
|
||||||
|
|
||||||
extern "C" int main(stage2_args *args);
|
extern "C" int main(stage2_args *args);
|
||||||
extern "C" void _start(void);
|
extern "C" void _start(void);
|
||||||
@@ -177,7 +176,6 @@ extern "C" efi_status
|
|||||||
efi_main(efi_handle image, efi_system_table *systemTable)
|
efi_main(efi_handle image, efi_system_table *systemTable)
|
||||||
{
|
{
|
||||||
stage2_args args;
|
stage2_args args;
|
||||||
gFDT = NULL;
|
|
||||||
|
|
||||||
memset(&args, 0, sizeof(stage2_args));
|
memset(&args, 0, sizeof(stage2_args));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user