From 65bf1d39f41b4e754a79122d45d6ba61fd9a9513 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 7 Oct 2011 13:53:34 +0000 Subject: sandbox: Add architecture image support We won't actually load an image with this architecture, but we still need to define it. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/u-boot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/sandbox/include') diff --git a/arch/sandbox/include/asm/u-boot.h b/arch/sandbox/include/asm/u-boot.h index 7d918478d8..166ef14341 100644 --- a/arch/sandbox/include/asm/u-boot.h +++ b/arch/sandbox/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_SANDBOX + #endif /* _U_BOOT_H_ */ -- cgit v1.2.1