summaryrefslogtreecommitdiff
path: root/board/efi/efi-x86/efi.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-01 15:38:32 -0400
committerTom Rini <trini@konsulko.com>2017-08-01 15:38:32 -0400
commit07d778382200a05a8b86cc135f79ec48e386f25a (patch)
tree624dc01190640212a9a8a45f4d12d4bd7489145d /board/efi/efi-x86/efi.c
parent5c6631beb27491f3f78b6a0ad888d38810e3d96b (diff)
parent24357dfd2aec4118b9178d8bf639fb8fc02e1859 (diff)
Merge git://git.denx.de/u-boot-x86
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 1fbe36a3995..2adc202be08 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;
-}