summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp
index 444a9db..21c84ad 100644
--- a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp
+++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp
@@ -415,7 +415,7 @@ bool SecHdmi::create(int width, int height)
}
for (int i = 0; i < HDMI_G2D_OUTPUT_BUF_NUM; i++)
- g2d_reserved_memory[i] = ion_base_addr + (g2d_reserved_memory_size * i);
+ g2d_reserved_memory[i] = (unsigned int)ion_base_addr + (g2d_reserved_memory_size * i);
#endif
#else
#ifndef BOARD_USE_V4L2