]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/openrisc/include/asm/global_data.h
openrisc: Change bi_baudrate and global data baudrate to int
[karo-tx-uboot.git] / arch / openrisc / include / asm / global_data.h
index 6a0c0cc547c1ab046fb07da0c260a7ccef9a6a6e..96f3f1cdbbd6d27436d8555ceeb7128feab354ae 100644 (file)
@@ -35,7 +35,7 @@
 typedef struct global_data {
        bd_t            *bd;
        unsigned long   flags;
-       unsigned long   baudrate;
+       unsigned int    baudrate;
        unsigned long   cpu_clk;        /* CPU clock in Hz! */
        unsigned long   have_console;   /* serial_init() was called */
        phys_size_t     ram_size;       /* RAM size */