]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/include/asm/global_data.h
Merge git://git.denx.de/u-boot
[u-boot] / arch / microblaze / include / asm / global_data.h
index 0dc4ce9ee52c46ed81384c951dde8a2e180b8a69..2111c7cba27fb7a1e3e65e82c1e8cd7091f774aa 100644 (file)
 typedef        struct  global_data {
        bd_t            *bd;
        unsigned long   flags;
-       unsigned long   baudrate;
+       unsigned int    baudrate;
        unsigned long   have_console;   /* serial_init() was called */
 #ifdef CONFIG_PRE_CONSOLE_BUFFER
        unsigned long   precon_buf_idx; /* Pre-Console buffer index */
 #endif
        unsigned long   env_addr;       /* Address  of Environment struct */
+       const void      *fdt_blob;      /* Our device tree, NULL if none */
        unsigned long   env_valid;      /* Checksum of Environment valid? */
        unsigned long   fb_base;        /* base address of frame buffer */
        void            **jt;           /* jump table */