]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sparc/u-boot.h
mpc512x: fix System Clock Control constants for USB1 & USB2
[u-boot] / include / asm-sparc / u-boot.h
index c42e93cbef494c925e003205d46fcacecc9d3be0..209873ffec86825be36dd95cfd8756d820d6688b 100644 (file)
@@ -52,22 +52,10 @@ typedef struct bd_info {
        unsigned long bi_sramsize;      /* size  of SRAM memory */
        unsigned long bi_bootflags;     /* boot / reboot flag (for LynxOS) */
        unsigned long bi_ip_addr;       /* IP Address */
-       unsigned char bi_enetaddr[6];   /* Ethernet adress */
        unsigned short bi_ethspeed;     /* Ethernet speed in Mbps */
        unsigned long bi_intfreq;       /* Internal Freq, in MHz */
        unsigned long bi_busfreq;       /* Bus Freq, in MHz */
        unsigned long bi_baudrate;      /* Console Baudrate */
-#ifdef CONFIG_HAS_ETH1
-       /* second onboard ethernet port */
-       unsigned char bi_enet1addr[6];
-#endif
-#ifdef CONFIG_HAS_ETH2
-       /* third onboard ethernet port */
-       unsigned char bi_enet2addr[6];
-#endif
-#ifdef CONFIG_HAS_ETH3
-       unsigned char bi_enet3addr[6];
-#endif
 } bd_t;
 
 #endif                         /* __ASSEMBLY__ */