summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-12-02 14:02:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-03 11:12:51 +0100
commitd870137a17bf02e0c2d88ecb6c1346e443b434a3 (patch)
tree522f11f99d8defc0492764410245ab2307961094 /include/asm-generic
parentc762cdbb021987177e9e8912cb0f8b8dd46cf213 (diff)
downloadbarebox-d870137a17bf02e0c2d88ecb6c1346e443b434a3.tar.gz
barebox-d870137a17bf02e0c2d88ecb6c1346e443b434a3.tar.xz
i.MX flash header: make it work on i.MX35
The flash header is used on different i.MXs other than the i.MX25, so rename it. Also, add a possibility to put a flash header on different offsets (0x100, 0x400 and 0x1000), needed for different boot mediums. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/asm-generic')
-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