nios2: Change bi_baudrate and global data baudrate to int
[platform/kernel/u-boot.git] / arch / nios2 / include / asm / global_data.h
index 3b0d9e6..413b485 100644 (file)
@@ -26,7 +26,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 */
 #ifdef CONFIG_PRE_CONSOLE_BUFFER