
Hi Hatim,
On Mon, Nov 5, 2012 at 2:18 AM, Hatim Ali hatim.rv@samsung.com wrote:
Enable device tree for exynos5.
Signed-off-by: Hatim Ali hatim.rv@samsung.com
Consider the exynos5250-dt.h idea, but anyway:
Acked-by: Simon Glass sjg@chromium.org
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index e412da8..a04eb47 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -37,6 +37,12 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO
+/* Enable fdt support for SMDK5250 */ +#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-smdk5250 +#define CONFIG_ARCH_DEVICE_TREE exynos5250 +#define CONFIG_OF_CONTROL +#define CONFIG_OF_SEPARATE
/* Keep L2 Cache Disabled */ #define CONFIG_SYS_DCACHE_OFF
-- 1.7.2.3