summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-20 17:39:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-09-08 12:42:55 +0200
commit13d3db22d3b57a02ad82271e722402b0c2d573c0 (patch)
treee80994f92f918ee57c33c4e28d6f2a508f29864f /include/asm-generic
parent1d2f68baa898c03697b54a759ad8f1e54ff6073b (diff)
downloadbarebox-13d3db22d3b57a02ad82271e722402b0c2d573c0.tar.gz
barebox-13d3db22d3b57a02ad82271e722402b0c2d573c0.tar.xz
Add MX25 support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/u-boot.lds.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-generic/u-boot.lds.h b/include/asm-generic/u-boot.lds.h
index e32ea5715a..4982ce03db 100644
--- a/include/asm-generic/u-boot.lds.h
+++ b/include/asm-generic/u-boot.lds.h
@@ -1,4 +1,12 @@
+#ifdef CONFIG_ARCH_IMX25
+#include <asm/arch/u-boot.lds.h>
+#endif
+
+#ifndef PRE_IMAGE
+#define PRE_IMAGE
+#endif
+
#define INITCALLS \
KEEP(*(.initcall.0)) \
KEEP(*(.initcall.1)) \