summaryrefslogtreecommitdiff
path: root/include/mxc_epdc_fb.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-07-31 10:44:11 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:45 +0100
commita0c3684e532530da2ddf228498fda37e4ce6898e (patch)
tree50733a127ba70567c952f44ba8f65094fb00f891 /include/mxc_epdc_fb.h
parent5021c8916e42d18aea78538442c1c016afe4e070 (diff)
MLK-11263-2 video: epdc: move setup_waveform_file to board common
Since setup_waveform_file in different boards code have same implementation, move setup_waveform_file to board common code. Also rename it to board_setup_waveform_file This patch also fix a bug when using flush_cache. We should pass 'waveform_buf' to flush_cache, but not a string named 'addr'. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/mxc_epdc_fb.h')
-rw-r--r--include/mxc_epdc_fb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mxc_epdc_fb.h b/include/mxc_epdc_fb.h
index 4f16a96b51..d5a2136793 100644
--- a/include/mxc_epdc_fb.h
+++ b/include/mxc_epdc_fb.h
@@ -555,7 +555,7 @@ enum {
EPDC_VERSION_STEP_OFFSET = 0,
};
-int setup_waveform_file(ulong waveform_buf);
+int board_setup_waveform_file(ulong waveform_buf);
int board_setup_logo_file(void *display_buf);
void epdc_power_on(void);
void epdc_power_off(void);