]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blobdiff - arch/sparc/include/asm/u-boot.h
sparc: Change bi_baudrate and global data baudrate to int
[glsdk/glsdk-u-boot.git] / arch / sparc / include / asm / u-boot.h
index 8d011185a0614c902f60784e4bea489c3fe94b2b..04c05d4ffe7ce723d6ca56f8d976330e24a488f2 100644 (file)
@@ -54,7 +54,7 @@ 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 */
 } bd_t;
 
 #endif                         /* __ASSEMBLY__ */