X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-generic%2Fu-boot.h;h=aef39d78846c9bad7272e84e8fe4587e732a629d;hb=d908898333b22fb2345a7a165ff837fa6b947b0b;hp=62cb1eabc1fe3932e18e99f3b62a3f341b1e624d;hpb=8e2615752ee6d5daf8ce2e1e599a0512750f24b9;p=u-boot diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 62cb1eabc1..aef39d7884 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -79,9 +79,6 @@ typedef struct bd_info { unsigned int bi_pci_busfreq; /* PCI Bus speed, in Hz */ unsigned char bi_pci_enetaddr[6]; /* PCI Ethernet MAC address */ #endif -#if defined(CONFIG_HYMOD) - hymod_conf_t bi_hymod_conf; /* hymod configuration information */ -#endif #ifdef CONFIG_HAS_ETH1 unsigned char bi_enet1addr[6]; /* OLD: see README.enetaddr */