X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-arm%2Fu-boot.h;h=cfd5a9ba45006e6f61a0406292d579fa3fdcb6da;hb=92afd368bba7d98b2b7bfb51082c3639bb2119b3;hp=c120312e0aa4ee1f59ff363d72347287d8721785;hpb=5a8a5605b874278b95f0f373c1b7668089f10df8;p=oweals%2Fu-boot.git diff --git a/include/asm-arm/u-boot.h b/include/asm-arm/u-boot.h index c120312e0a..cfd5a9ba45 100644 --- a/include/asm-arm/u-boot.h +++ b/include/asm-arm/u-boot.h @@ -39,7 +39,6 @@ typedef struct bd_info { int bi_baudrate; /* serial console baudrate */ unsigned long bi_ip_addr; /* IP Address */ - unsigned char bi_enetaddr[6]; /* Ethernet adress */ struct environment_s *bi_env; ulong bi_arch_number; /* unique id for this board */ ulong bi_boot_params; /* where this board expects params */ @@ -47,11 +46,7 @@ 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 + } bi_dram[CONFIG_NR_DRAM_BANKS]; } bd_t; #define bi_env_data bi_env->data