summaryrefslogtreecommitdiff
path: root/include/lcd.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 18:46:38 +0300
committerTom Rini <trini@konsulko.com>2019-08-11 23:43:41 +0300
commit3c1ecde402ca5ba851ce846ceeeffc6e5ab30490 (patch)
tree3c28f60aae442e3686008ab9c6b5870f6ede11a7 /include/lcd.h
parent4575a77b7adaf95638d288d5b2429a44bebd6068 (diff)
downloadu-boot-3c1ecde402ca5ba851ce846ceeeffc6e5ab30490.tar.xz
common: Move lcd_setmem() to lcd.h
This function relates to lcd.h and is about to become obsolete with the driver-model conversion. Move it out of common.h Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/lcd.h')
-rw-r--r--include/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h
index cb6b6a4d12..9a4c0da5ba 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -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