summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/u-boot.lds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/u-boot.lds.h')
-rw-r--r--include/asm-generic/u-boot.lds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/u-boot.lds.h b/include/asm-generic/u-boot.lds.h
index 1a5f2f7753..2202627534 100644
--- a/include/asm-generic/u-boot.lds.h
+++ b/include/asm-generic/u-boot.lds.h
@@ -1,5 +1,5 @@
-#ifdef CONFIG_ARCH_IMX25
+#if defined CONFIG_ARCH_IMX25 || defined CONFIG_ARCH_IMX35
#include <mach/u-boot.lds.h>
#endif