]> git.sur5r.net Git - u-boot/blobdiff - arch/sh/include/asm/u-boot.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / sh / include / asm / u-boot.h
index 6c04daf3bc73b411887fd2b60f7a00754d76158c..2c9c4634d8090ab84df2fb08cd89d2cd13a039dd 100644 (file)
@@ -33,7 +33,7 @@ typedef struct bd_info {
        unsigned long   bi_flashoffset; /* reserved area for startup monitor */
        unsigned long   bi_sramstart;   /* start of SRAM memory */
        unsigned long   bi_sramsize;    /* size  of SRAM memory */
-       unsigned long   bi_baudrate;    /* Console Baudrate */
+       unsigned int    bi_baudrate;    /* Console Baudrate */
        unsigned long   bi_boot_params; /* where this board expects params */
 } bd_t;