]> git.sur5r.net Git - u-boot/blobdiff - include/asm-avr32/global_data.h
Clean-up of s3c24x0 drivers excluding nand driver
[u-boot] / include / asm-avr32 / global_data.h
index 97a6c6173c9af26be8966c34933b5a6e44a8546c..efbdda9ba4ca284c19596c8c3990e13062628912 100644 (file)
@@ -42,6 +42,9 @@ typedef       struct  global_data {
        unsigned long   env_addr;       /* Address of env struct */
        unsigned long   env_valid;      /* Checksum of env valid? */
        unsigned long   cpu_hz;         /* cpu core clock frequency */
+#if defined(CONFIG_LCD)
+       void            *fb_base;       /* framebuffer address */
+#endif
        void            **jt;           /* jump table */
 } gd_t;