]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/include/asm/u-boot.h
sandbox: Add architecture lib files
[u-boot] / arch / sandbox / include / asm / u-boot.h
index 7d918478d8121b91614555a58911ad9e8f7fa839..166ef14341f811989e99dbf29a87798647a10131 100644 (file)
@@ -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_ */