summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/u-boot.h')
-rw-r--r--arch/x86/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/u-boot.h b/arch/x86/include/asm/u-boot.h
index a43b3aaded..26450ebc44 100644
--- a/arch/x86/include/asm/u-boot.h
+++ b/arch/x86/include/asm/u-boot.h
@@ -58,4 +58,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_I386
+
#endif /* _U_BOOT_H_ */
OpenPOWER on IntegriCloud