summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2014-10-07 22:01:51 -0600
committerMinkyu Kang <[email protected]>2014-10-08 17:25:48 +0900
commit93327f69769d9fe09ef25efd6ca9182f1095a417 (patch)
treebfc1e852cd3be620fd79c38d6c052b4c752e60f0 /configs
parent311757be275c1d592ff357e9faedca4c967a3064 (diff)
samsung: Enable device tree for smdkc100
Change this board to add a device tree. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/smdkc100_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig
index 7455235f23b..041030f942f 100644
--- a/configs/smdkc100_defconfig
+++ b/configs/smdkc100_defconfig
@@ -1,2 +1,4 @@
CONFIG_ARM=y
CONFIG_TARGET_SMDKC100=y
+CONFIG_ARCH_S5PC1XX=y
+CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100"