aboutsummaryrefslogtreecommitdiff
path: root/board/efi/efi-x86/efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/efi/efi-x86/efi.c')
-rw-r--r--board/efi/efi-x86/efi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/efi/efi-x86/efi.c b/board/efi/efi-x86/efi.c
index 1fbe36a..2adc202 100644
--- a/board/efi/efi-x86/efi.c
+++ b/board/efi/efi-x86/efi.c
@@ -5,9 +5,3 @@
*/
#include <common.h>
-#include <asm/gpio.h>
-
-int arch_early_init_r(void)
-{
- return 0;
-}