aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/u-boot.h')
-rw-r--r--arch/sh/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/asm/u-boot.h b/arch/sh/include/asm/u-boot.h
index 27d43b934..45745129a 100644
--- a/arch/sh/include/asm/u-boot.h
+++ b/arch/sh/include/asm/u-boot.h
@@ -38,4 +38,7 @@ typedef struct bd_info {
unsigned long bi_boot_params; /* where this board expects params */
} bd_t;
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_SH
+
#endif