[U-Boot] [PATCH 15/18] peach-pi: config: temporary disable video parade for dm i2c
Przemyslaw Marczak
p.marczak at samsung.com
Thu Jan 8 12:33:26 CET 2015
Disable video parade driver if CONFIG_DM_I2C
in exynos5-common.h is enabled.
Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
Cc: Akshay Saraswat <akshay.s at samsung.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Minkyu Kang <mk7.kang at samsung.com>
---
include/configs/peach-pi.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/peach-pi.h b/include/configs/peach-pi.h
index a1c980d..7515e96 100644
--- a/include/configs/peach-pi.h
+++ b/include/configs/peach-pi.h
@@ -32,7 +32,9 @@
#define CONFIG_SYS_PROMPT "Peach-Pi # "
#define CONFIG_IDENT_STRING " for Peach-Pi"
+#ifndef CONFIG_DM_I2C
#define CONFIG_VIDEO_PARADE
+#endif
/* Display */
#define CONFIG_LCD
--
1.9.1
More information about the U-Boot
mailing list