]> git.ipfire.org Git - thirdparty/u-boot.git/commit
exynos5420: fix compilation without parade video
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 5 Dec 2014 17:12:22 +0000 (18:12 +0100)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 22 Dec 2014 11:38:27 +0000 (20:38 +0900)
commita7b99204a09c9451d661e0d94cdafa4677a229de
tree8ffdd55903d3b5dc159a8d575609db4402e35cce
parent307e90e6179e46197e701e216767408c8ef6d010
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>
arch/arm/include/asm/arch-exynos/system.h
board/samsung/smdk5420/smdk5420.c
include/parade.h [new file with mode: 0644]