]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SMDK5250: Use statically defined structures only in non DT case
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 21 Feb 2013 23:53:09 +0000 (23:53 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 27 Mar 2013 12:23:27 +0000 (21:23 +0900)
commit18637815a401248aef4582e8f379a37373767387
treeb460170b0d765ebf62aeb5a019aca5a2c816e548
parentdc97299443eb31a3c6ef98c41b568120c0e0908a
SMDK5250: Use statically defined structures only in non DT case

Since we have DT support in exynos_fb and exynos_dp drivers now,
we need not define any static structure or platform data related to
display in the board file smdk5250.c.
So, we place the already existing structures inside #ifndef CONFIG_OF_CONTROL block.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk5250/smdk5250.c