sparc: Change bi_baudrate and global data baudrate to int
[platform/kernel/u-boot.git] / arch / sparc / include / asm / global_data.h
index 93d3cc0..aa63b35 100644 (file)
@@ -40,7 +40,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 bus_clk;