summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/u-boot.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-03 14:50:33 +0000
committerWolfgang Denk <wd@denx.de>2011-10-05 22:22:15 +0200
commit476af299b04ef07117bbc3cdef07885e1089967e (patch)
tree35850ad55638bb36454cde8520af022f5ef4f15b /arch/arm/include/asm/u-boot.h
parentc13f47b0d77aee8e6c04ab104d79785ac110623d (diff)
downloadtalos-obmc-uboot-476af299b04ef07117bbc3cdef07885e1089967e.tar.gz
talos-obmc-uboot-476af299b04ef07117bbc3cdef07885e1089967e.zip
image: push default arch values to arch headers
This pushes the ugly duplicated arch ifdef lists we maintain in various image related files out to the arch headers themselves. Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Tested-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/arm/include/asm/u-boot.h')
-rw-r--r--arch/arm/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h
index ed33327094..f30b9fc96f 100644
--- a/arch/arm/include/asm/u-boot.h
+++ b/arch/arm/include/asm/u-boot.h
@@ -48,4 +48,7 @@ typedef struct bd_info {
} bi_dram[CONFIG_NR_DRAM_BANKS];
} bd_t;
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_ARM
+
#endif /* _U_BOOT_H_ */
OpenPOWER on IntegriCloud