colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / lcd.h
index cb6b6a4d12a76f839ad9ab8466a88fca0fd64ef1..9a4c0da5baca71dc2a9b8513886e80611759c05b 100644 (file)
@@ -30,6 +30,7 @@ extern struct vidinfo panel_info;
 void lcd_ctrl_init(void *lcdbase);
 void lcd_enable(void);
 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue);
+ulong lcd_setmem(ulong addr);
 
 /**
  * Set whether we need to flush the dcache when changing the LCD image. This