summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/include/asm/u-boot.h')
-rw-r--r--arch/avr32/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/u-boot.h b/arch/avr32/include/asm/u-boot.h
index 8acd0561a8..ff1ed23db9 100644
--- a/arch/avr32/include/asm/u-boot.h
+++ b/arch/avr32/include/asm/u-boot.h
@@ -40,4 +40,7 @@ typedef struct bd_info {
#define bi_memstart bi_dram[0].start
#define bi_memsize bi_dram[0].size
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_AVR32
+
#endif /* __ASM_U_BOOT_H__ */
OpenPOWER on IntegriCloud