diff options
Diffstat (limited to 'common/lcd.c')
| -rw-r--r-- | common/lcd.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/lcd.c b/common/lcd.c index 874f18220..eceb8ada0 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -109,6 +109,7 @@ static short console_col;  static short console_row;  static void *lcd_console_address; +static void *lcd_base;			/* Start of framebuffer memory	*/  static char lcd_flush_dcache;	/* 1 to flush dcache after each lcd update */ |