mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 16:43:32 +01:00
arm: do not include efi_loader.h twice
We should not include the same include twice.
Fixes: 99b8db7291 ("arm: print information about loaded UEFI images")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
891dacf673
commit
b417d475b2
@@ -22,7 +22,6 @@
|
|||||||
#include <efi_loader.h>
|
#include <efi_loader.h>
|
||||||
#include <asm/proc-armv/ptrace.h>
|
#include <asm/proc-armv/ptrace.h>
|
||||||
#include <asm/u-boot-arm.h>
|
#include <asm/u-boot-arm.h>
|
||||||
#include <efi_loader.h>
|
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user