
8 Jan
2015
8 Jan
'15
12:33 p.m.
Disable video parade driver if CONFIG_DM_I2C in exynos5-common.h is enabled.
Signed-off-by: Przemyslaw Marczak p.marczak@samsung.com Cc: Akshay Saraswat akshay.s@samsung.com Cc: Simon Glass sjg@chromium.org Cc: Minkyu Kang mk7.kang@samsung.com --- include/configs/peach-pit.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 6516a72..d0c40d3 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -32,7 +32,9 @@ #define CONFIG_SYS_PROMPT "Peach-Pit # " #define CONFIG_IDENT_STRING " for Peach-Pit"
+#ifndef CONFIG_DM_I2C #define CONFIG_VIDEO_PARADE +#endif
/* Display */ #define CONFIG_LCD
--
1.9.1