summaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/include/asm/u-boot.h')
-rw-r--r--arch/blackfin/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/u-boot.h b/arch/blackfin/include/asm/u-boot.h
index acaeee9053..7b5cf6a1b6 100644
--- a/arch/blackfin/include/asm/u-boot.h
+++ b/arch/blackfin/include/asm/u-boot.h
@@ -25,9 +25,12 @@ typedef struct bd_info {
unsigned long bi_vco;
unsigned long bi_cclk;
unsigned long bi_sclk;
+ unsigned char bi_enetaddr[6];
} bd_t;
/* For image.h:image_check_target_arch() */
#define IH_ARCH_DEFAULT IH_ARCH_BLACKFIN
+int arch_misc_init(void);
+
#endif /* _U_BOOT_H_ */