[haiku-commits] haiku: hrev53961 - src/system/boot/platform/efi

  • From: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 9 Mar 2020 15:22:15 -0400 (EDT)

hrev53961 adds 1 changeset to branch 'master'
old head: 9b91a310bf29d72c999da8865571d307d5cc44bc
new head: 9775b1fb5928dc6e441c58bc39e5c40bc4f04e9c
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=9775b1fb5928+%5E9b91a310bf29

----------------------------------------------------------------------------

9775b1fb5928: boot/efi: Revert gFDT portion of hrev53960
  
  Change-Id: I6337aea8054840f36d41ac51cf8856eb04c0e6ba

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53961
Commit:      9775b1fb5928dc6e441c58bc39e5c40bc4f04e9c
URL:         https://git.haiku-os.org/haiku/commit/?id=9775b1fb5928
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Mon Mar  9 19:21:43 2020 UTC

----------------------------------------------------------------------------

1 file changed, 2 deletions(-)
src/system/boot/platform/efi/start.cpp | 2 --

----------------------------------------------------------------------------

diff --git a/src/system/boot/platform/efi/start.cpp 
b/src/system/boot/platform/efi/start.cpp
index e871b236bd..9d485b87d7 100644
--- a/src/system/boot/platform/efi/start.cpp
+++ b/src/system/boot/platform/efi/start.cpp
@@ -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));
 


Other related posts:

  • » [haiku-commits] haiku: hrev53961 - src/system/boot/platform/efi - Alex von Gluck IV