]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
exynos5: config: Rename the smdk5250.h to exynos5250-dt.h
authorHatim RV <hatim.rv@samsung.com>
Tue, 11 Dec 2012 00:52:48 +0000 (00:52 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 26 Dec 2012 10:26:25 +0000 (19:26 +0900)
Create a common configuration file for all exynos5250 based boards.
Going forward we will be using DT based driver discovery for all the boards
based on Exynos5. The different boards added will have there own config.h files
which internally will include this file and specify their specific DT files.

Signed-off-by: Hatim Ali <hatim.rv@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/exynos5250-dt.h [moved from include/configs/smdk5250.h with 97% similarity]

similarity index 97%
rename from include/configs/smdk5250.h
rename to include/configs/exynos5250-dt.h
index 75c25c00348fd87bef18728baa528a1ab69850a6..59182f444cdd8559c51924ba6cdde21eb47b635c 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2011 Samsung Electronics
+ * Copyright (C) 2012 Samsung Electronics
  *
- * Configuration settings for the SAMSUNG SMDK5250 (EXYNOS5250) board.
+ * Configuration settings for the SAMSUNG EXYNOS5250 board.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
+/* Enable fdt support for Exynos5250 */
+#define CONFIG_ARCH_DEVICE_TREE                exynos5250
+#define CONFIG_OF_CONTROL
+#define CONFIG_OF_SEPARATE
+
 /* Keep L2 Cache Disabled */
 #define CONFIG_SYS_DCACHE_OFF