]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
exynos: Rename -dt config files to -common
authorSimon Glass <sjg@chromium.org>
Wed, 8 Oct 2014 04:01:44 +0000 (22:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 08:25:47 +0000 (17:25 +0900)
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>
12 files changed:
include/configs/exynos4-common.h [moved from include/configs/exynos4-dt.h with 97% similarity]
include/configs/exynos5-common.h [moved from include/configs/exynos5-dt.h with 98% similarity]
include/configs/exynos5250-common.h [moved from include/configs/exynos5250-dt.h with 97% similarity]
include/configs/odroid.h
include/configs/origen.h
include/configs/peach-pit.h
include/configs/s5pc210_universal.h
include/configs/smdk5250.h
include/configs/smdk5420.h
include/configs/snow.h
include/configs/trats.h
include/configs/trats2.h

similarity index 97%
rename from include/configs/exynos4-dt.h
rename to include/configs/exynos4-common.h
index 99472acd0cb381e0bab6a335a2dfa7d0cc01d984..38b8961a50680edda0248649450aaeef2ef8b304 100644 (file)
@@ -6,8 +6,8 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#ifndef __CONFIG_H
-#define __CONFIG_H
+#ifndef __CONFIG_EXYNOS4_COMMON_H
+#define __CONFIG_EXYNOS4_COMMON_H
 
 /* High Level Configuration Options */
 #define CONFIG_SAMSUNG                 /* in a SAMSUNG core */
 /* Enable devicetree support */
 #define CONFIG_OF_LIBFDT
 
-#endif /* __CONFIG_H */
+#endif /* __CONFIG_EXYNOS4_COMMON_H */
similarity index 98%
rename from include/configs/exynos5-dt.h
rename to include/configs/exynos5-common.h
index 0c400b16fa5111af6e3b11dc98d7dcfb4259d9d6..fede0e8cbfac05053206c046af13f2466e514dce 100644 (file)
@@ -6,8 +6,8 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#ifndef __CONFIG_H
-#define __CONFIG_H
+#ifndef __CONFIG_EXYNOS5_COMMON_H
+#define __CONFIG_EXYNOS5_COMMON_H
 
 /* High Level Configuration Options */
 #define CONFIG_SAMSUNG                 /* in a SAMSUNG core */
 #define EXYNOS_USB_SECONDARY_BOOT      0xfeed0002
 #define EXYNOS_IRAM_SECONDARY_BASE     0x02020018
 
-#endif /* __CONFIG_H */
+#endif /* __CONFIG_EXYNOS5_COMMON_H */
similarity index 97%
rename from include/configs/exynos5250-dt.h
rename to include/configs/exynos5250-common.h
index 05d33a72854bfb42bd2738477245998ed950ebad..b4c1ccffe3f09b036d4d1134d0160cb9f405a902 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __CONFIG_5250_H
 #define __CONFIG_5250_H
 
-#include <configs/exynos5-dt.h>
+#include <configs/exynos5-common.h>
 #define CONFIG_EXYNOS5250
 
 #define CONFIG_SYS_SDRAM_BASE          0x40000000
index b616ac2fbd24bb52faf6186ca3c246a1000f5a94..07a2ff69ca59a254b6c464c8147f30b3c3fff4d8 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __CONFIG_ODROID_U3_H
 #define __CONFIG_ODROID_U3_H
 
-#include <configs/exynos4-dt.h>
+#include <configs/exynos4-common.h>
 
 #define CONFIG_SYS_PROMPT      "Odroid # "     /* Monitor Command Prompt */
 
index fb1536c62ca887b84e79cf8da9f2010cbc3d13ef..fc8a202a93805a7f77d7e20f42ab557a1fb3e01c 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_ORIGEN_H
 #define __CONFIG_ORIGEN_H
 
-#include <configs/exynos4-dt.h>
+#include <configs/exynos4-common.h>
 
 #define CONFIG_SYS_PROMPT              "ORIGEN # "
 
index 8db889c2ce3de3bfedbcaf81b248f9e88e0c9b5a..5e428cc8ff297c3dd183e26c9a6dd5241b28d836 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_PEACH_PIT_H
 #define __CONFIG_PEACH_PIT_H
 
-#include <configs/exynos5-dt.h>
+#include <configs/exynos5-common.h>
 
 #include <configs/exynos5420.h>
 
index 082d51c52b5aa287cc4ad9597555303dff2753ae..e26522d17df6dc06b4f58aa4755acb9464b464e1 100644 (file)
@@ -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 */
 
index 61170941c128e463d877cf98bea4b7a2b45879cf..56d41e69e61b7217a4eb6a1e58811bebd5f80798 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_SMDK_H
 #define __CONFIG_SMDK_H
 
-#include <configs/exynos5250-dt.h>
+#include <configs/exynos5250-common.h>
 
 
 /* Enable FIT support and comparison */
index 36a156f7a74ccad0f9d42004b65bbafd46f5f95b..abda1417709da431abb75b907b3bc062fc742b79 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_SMDK5420_H
 #define __CONFIG_SMDK5420_H
 
-#include <configs/exynos5-dt.h>
+#include <configs/exynos5-common.h>
 
 #include <configs/exynos5420.h>
 
index fbaaa593cc8f112ce495cd2daa3406d8e286976d..2942fdfda0f6d84511371b61185df0c9257aa1fa 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_SNOW_H
 #define __CONFIG_SNOW_H
 
-#include <configs/exynos5250-dt.h>
+#include <configs/exynos5250-common.h>
 
 
 /* Enable FIT support and comparison */
index 43751e7938eaaabf96a853659d37852feb11eded..c7edd07937ba55adee5388507612a11c7b4c56b0 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __CONFIG_TRATS_H
 #define __CONFIG_TRATS_H
 
-#include <configs/exynos4-dt.h>
+#include <configs/exynos4-common.h>
 
 #define CONFIG_SYS_PROMPT      "Trats # "      /* Monitor Command Prompt */
 
index e9a04f7af3b2f6a72e1d6f8d7db4aa661ff1b290..de72651828a2c91a32675ecf529a9a7a19902da3 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __CONFIG_TRATS2_H
 #define __CONFIG_TRATS2_H
 
-#include <configs/exynos4-dt.h>
+#include <configs/exynos4-common.h>
 
 #define CONFIG_SYS_PROMPT      "Trats2 # "     /* Monitor Command Prompt */