summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2014-12-05 18:12:22 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-12-22 20:38:27 +0900
commita7b99204a09c9451d661e0d94cdafa4677a229de (patch)
tree8ffdd55903d3b5dc159a8d575609db4402e35cce /board
parent307e90e6179e46197e701e216767408c8ef6d010 (diff)
downloadtalos-obmc-uboot-a7b99204a09c9451d661e0d94cdafa4677a229de.tar.gz
talos-obmc-uboot-a7b99204a09c9451d661e0d94cdafa4677a229de.zip
exynos5420: fix compilation without parade video
Not all exynos 5420 based devices with an LCD also have a parade LVDS bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled and CONFIG_VIDEO_PARADE is not. As a side-effect move the parade functions from the exynos system header file to its own file. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board')
-rw-r--r--board/samsung/smdk5420/smdk5420.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c
index a691222b8b..55f0ea255b 100644
--- a/board/samsung/smdk5420/smdk5420.c
+++ b/board/samsung/smdk5420/smdk5420.c
@@ -9,6 +9,7 @@
#include <asm/io.h>
#include <i2c.h>
#include <lcd.h>
+#include <parade.h>
#include <spi.h>
#include <errno.h>
#include <asm/gpio.h>
OpenPOWER on IntegriCloud