Blackfin: move gd/bd to bss by default
[oweals/u-boot.git] / arch / blackfin / include / asm / u-boot.h
index a6e6cf0f5422ea4c3ae6d38bdae140e5642eca96..9712fc00eecaa7856a15e55168d34a14237d2c50 100644 (file)
@@ -45,4 +45,7 @@ typedef struct bd_info {
        unsigned long bi_sclk;
 } bd_t;
 
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_BLACKFIN
+
 #endif /* _U_BOOT_H_ */