aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/u-boot.h')
-rw-r--r--arch/m68k/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/u-boot.h b/arch/m68k/include/asm/u-boot.h
index a0f298375..0a48bbdbe 100644
--- a/arch/m68k/include/asm/u-boot.h
+++ b/arch/m68k/include/asm/u-boot.h
@@ -64,4 +64,7 @@ typedef struct bd_info {
#endif /* __ASSEMBLY__ */
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_M68K
+
#endif /* __U_BOOT_H__ */