]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/global_data.h
powerpc/85xx: introduce SET_PCI_LIODN_BASE, for setting PCI LIODNs
[u-boot] / arch / powerpc / include / asm / global_data.h
index 5a5877fc2c888e603819e1ebf5ccf7870161e00b..374fc6d5ab0149649d41825618a5bf37491c7de4 100644 (file)
@@ -38,7 +38,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;
 #if defined(CONFIG_8xx)