]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/video/tegra.c
common/lcd.c: cleanup use of global variables
[karo-tx-uboot.git] / drivers / video / tegra.c
index 67a9fce52e310a722c5377c40b7e37c63795f0a2..3d684ce076db6ab26b2007a5528a437365cfe715 100644 (file)
@@ -60,13 +60,7 @@ enum {
        LCD_MAX_LOG2_BPP        = 4,            /* 2^4 = 16 bpp */
 };
 
-int lcd_line_length;
-
 void *lcd_base;                        /* Start of framebuffer memory  */
-void *lcd_console_address;     /* Start of console buffer      */
-
-short console_col;
-short console_row;
 
 vidinfo_t panel_info = {
        /* Insert a value here so that we don't end up in the BSS */