diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-07 22:01:51 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-10-08 17:25:48 +0900 |
commit | 93327f69769d9fe09ef25efd6ca9182f1095a417 (patch) | |
tree | bfc1e852cd3be620fd79c38d6c052b4c752e60f0 /configs | |
parent | 311757be275c1d592ff357e9faedca4c967a3064 (diff) | |
download | u-boot-imx-93327f69769d9fe09ef25efd6ca9182f1095a417.zip u-boot-imx-93327f69769d9fe09ef25efd6ca9182f1095a417.tar.gz u-boot-imx-93327f69769d9fe09ef25efd6ca9182f1095a417.tar.bz2 |
samsung: Enable device tree for smdkc100
Change this board to add a device tree.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/smdkc100_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig index 7455235..041030f 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" |