From 1b0679d9b8d58697da9fb563bb3509d29ad43c28 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 3 Jan 2022 12:58:24 +0100 Subject: x86: remove reference to empty file This might have been needed in the past when there was legacy boot machine support. Now there isn't, so we can just delete it. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220103115824.1725086-5-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/x86/mach-efi/include/mach/barebox.lds.h | 1 - include/asm-generic/barebox.lds.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 arch/x86/mach-efi/include/mach/barebox.lds.h diff --git a/arch/x86/mach-efi/include/mach/barebox.lds.h b/arch/x86/mach-efi/include/mach/barebox.lds.h deleted file mode 100644 index 40a8c178f1..0000000000 --- a/arch/x86/mach-efi/include/mach/barebox.lds.h +++ /dev/null @@ -1 +0,0 @@ -/* empty */ diff --git a/include/asm-generic/barebox.lds.h b/include/asm-generic/barebox.lds.h index c5f9d97547..a03655d41c 100644 --- a/include/asm-generic/barebox.lds.h +++ b/include/asm-generic/barebox.lds.h @@ -6,8 +6,7 @@ #define STRUCT_ALIGNMENT 32 #define STRUCT_ALIGN() . = ALIGN(STRUCT_ALIGNMENT) -#if defined CONFIG_X86 || \ - defined CONFIG_ARCH_EP93XX +#if defined CONFIG_ARCH_EP93XX #include #endif -- cgit v1.2.3