summaryrefslogtreecommitdiff
path: root/include/configs/s5pc210_universal.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-08 04:01:44 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 08:25:47 (GMT)
commit4c7bb1d2e0526d26972969d4c01fd6c760d4d865 (patch)
tree68f659971c08668fb0336ad8e5a150e7d415d0c5 /include/configs/s5pc210_universal.h
parentf0d80fbcd70e3ab56dc460bc5f5325176161f5a8 (diff)
downloadu-boot-4c7bb1d2e0526d26972969d4c01fd6c760d4d865.tar.xz
exynos: Rename -dt config files to -common
We want exynos5250-dt.h to be a board which can support any exynos5250 device. This matches the naming used by Linux. As a first step, rename the existing -dt files to -common to make it clear they are common files, and not specific boards. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/s5pc210_universal.h')
-rw-r--r--include/configs/s5pc210_universal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index 082d51c..e26522d 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -10,7 +10,7 @@
#ifndef __CONFIG_UNIVERSAL_H
#define __CONFIG_UNIVERSAL_H
-#include <configs/exynos4-dt.h>
+#include <configs/exynos4-common.h>
#define CONFIG_SYS_PROMPT "Universal # " /* Monitor Command Prompt */