X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-arm%2Fu-boot.h;h=b11d5558f009ce301faa07041dc51efb631fbe3d;hb=8d949aff38cfb4388cbd73876e77bcd06d601f20;hp=146934cf0cbd887e0e7ce7727bd973dfc26a6d9f;hpb=038ccac511214b062c56f22b9413f784b86bcd87;p=oweals%2Fu-boot.git diff --git a/include/asm-arm/u-boot.h b/include/asm-arm/u-boot.h index 146934cf0c..b11d5558f0 100644 --- a/include/asm-arm/u-boot.h +++ b/include/asm-arm/u-boot.h @@ -47,7 +47,11 @@ typedef struct bd_info { { ulong start; ulong size; - } bi_dram[CONFIG_NR_DRAM_BANKS]; + } 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