summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/u-boot.h')
-rw-r--r--arch/arm/include/asm/u-boot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h
index 20e1653930..2635451e6c 100644
--- a/arch/arm/include/asm/u-boot.h
+++ b/arch/arm/include/asm/u-boot.h
@@ -49,6 +49,9 @@ typedef struct bd_info {
ulong start;
ulong size;
} bi_dram[CONFIG_NR_DRAM_BANKS];
+#ifdef CONFIG_VYBRID
+ unsigned short bi_ethspeed; /* Ethernet speed in Mbps */
+#endif
} bd_t;
/* For image.h:image_check_target_arch() */