]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/global_data.h
avr32: Change bi_baudrate and global data baudrate to int
[karo-tx-uboot.git] / arch / avr32 / include / asm / global_data.h
index 7878bb185a96d5375c01d56ff6b656e56e939e88..bf661e23be93d9384f03618aa34e1e3c1a279504 100644 (file)
@@ -33,7 +33,7 @@
 typedef        struct  global_data {
        bd_t            *bd;
        unsigned long   flags;
-       unsigned long   baudrate;
+       unsigned int    baudrate;
        unsigned long   stack_end;      /* highest stack address */
        unsigned long   have_console;   /* serial_init() was called */
 #ifdef CONFIG_PRE_CONSOLE_BUFFER