]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
exynos: Move common smdk5420 things to common file
authorSimon Glass <sjg@chromium.org>
Wed, 8 Oct 2014 04:01:46 +0000 (22:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 08:25:47 +0000 (17:25 +0900)
A few things are common but are not in the common file. Fix this and
rename the file to fit with the other exynos*-common files.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/exynos5420-common.h [moved from include/configs/exynos5420.h with 88% similarity]
include/configs/peach-pit.h
include/configs/smdk5420.h

similarity index 88%
rename from include/configs/exynos5420.h
rename to include/configs/exynos5420-common.h
index d2a95567a8951bf26c10278d06659689e5f15c14..27e7edc577d8904dc70024c8710af363701b6dd8 100644 (file)
@@ -9,7 +9,9 @@
 #ifndef __CONFIG_EXYNOS5420_H
 #define __CONFIG_EXYNOS5420_H
 
-#define CONFIG_EXYNOS5420              /* which is in a Exynos5 Family */
+#define CONFIG_EXYNOS5420
+
+#include <configs/exynos5-common.h>
 
 #define MACH_TYPE_SMDK5420     8002
 #define CONFIG_MACH_TYPE       MACH_TYPE_SMDK5420
 
 #define CONFIG_MAX_I2C_NUM     11
 
-/* Enable FIT support and comparison */
-#define CONFIG_FIT
-#define CONFIG_FIT_BEST_MATCH
-
 #define CONFIG_BOARD_REV_GPIO_COUNT    2
 
 #define CONFIG_BOOTCOMMAND     "mmc read 20007000 451 2000; bootm 20007000"
index 5e428cc8ff297c3dd183e26c9a6dd5241b28d836..e9736fc449cae2369b457374d6627813b7f26290 100644 (file)
@@ -9,9 +9,7 @@
 #ifndef __CONFIG_PEACH_PIT_H
 #define __CONFIG_PEACH_PIT_H
 
-#include <configs/exynos5-common.h>
-
-#include <configs/exynos5420.h>
+#include <configs/exynos5420-common.h>
 
 
 /* select serial console configuration */
index abda1417709da431abb75b907b3bc062fc742b79..894ed115d6ac033aabb84994d7a3743b06737770 100644 (file)
@@ -9,9 +9,7 @@
 #ifndef __CONFIG_SMDK5420_H
 #define __CONFIG_SMDK5420_H
 
-#include <configs/exynos5-common.h>
-
-#include <configs/exynos5420.h>
+#include <configs/exynos5420-common.h>
 
 #define CONFIG_SMDK5420                        /* which is in a SMDK5420 */