summaryrefslogtreecommitdiff
path: root/include/asm-avr32/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/global_data.h')
-rw-r--r--include/asm-avr32/global_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-avr32/global_data.h b/include/asm-avr32/global_data.h
index 97a6c6173..efbdda9ba 100644
--- a/include/asm-avr32/global_data.h
+++ b/include/asm-avr32/global_data.h
@@ -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;