]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/u-boot.h
* Patch by Marc Singer, 29 May 2003:
[u-boot] / include / asm-i386 / u-boot.h
index 554bc85ea942ce918c2c9f296bad96beed95de3e..dc5dd727c9c083ca65aa0857570b611745827fcd 100644 (file)
@@ -43,7 +43,8 @@ typedef struct bd_info {
        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 */
+       unsigned int    bi_baudrate;    /* Console Baudrate */
+       unsigned long   bi_boot_params; /* where this board expects params */
        struct environment_s           *bi_env;
        struct                          /* RAM configuration */
        {