]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/u-boot.h
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
[u-boot] / arch / powerpc / include / asm / u-boot.h
index f4d4a6b30033327e74e6c12f5bc7656321e4d3e8..a61e998df682ba1b752b8dd6c96f6f8134985acb 100644 (file)
@@ -64,7 +64,6 @@ typedef struct bd_info {
        unsigned long   bi_ipbfreq;     /* IPB Bus Freq, in MHz */
        unsigned long   bi_pcifreq;     /* PCI Bus Freq, in MHz */
 #endif
-       unsigned int    bi_baudrate;    /* Console Baudrate */
 #if defined(CONFIG_405)   || \
     defined(CONFIG_405GP) || \
     defined(CONFIG_405EP) || \
@@ -78,9 +77,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 */