summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/u-boot.h')
-rw-r--r--include/asm-arm/u-boot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/u-boot.h b/include/asm-arm/u-boot.h
index 146934cf0c..c120312e0a 100644
--- a/include/asm-arm/u-boot.h
+++ b/include/asm-arm/u-boot.h
@@ -48,6 +48,10 @@ typedef struct bd_info {
ulong start;
ulong size;
} bi_dram[CONFIG_NR_DRAM_BANKS];
+#ifdef CONFIG_HAS_ETH1
+ /* second onboard ethernet port */
+ unsigned char bi_enet1addr[6];
+#endif
} bd_t;
#define bi_env_data bi_env->data