summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/barebox.lds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/barebox.lds.h')
-rw-r--r--include/asm-generic/barebox.lds.h3
1 files changed, 1 insertions, 2 deletions
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 <mach/barebox.lds.h>
#endif