]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/smdk5250.h
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / include / configs / smdk5250.h
index 66fa1799e7b53edc8ea7dad78a82710bdcf04c43..f66bb121f32a11ad8bf98e85235afdef10fd1386 100644 (file)
@@ -9,13 +9,15 @@
 #ifndef __CONFIG_SMDK_H
 #define __CONFIG_SMDK_H
 
-#include <configs/exynos5250-dt.h>
+#include <configs/exynos5250-common.h>
+#include <configs/exynos5-dt-common.h>
+#include <configs/exynos5-common.h>
 
-#undef CONFIG_DEFAULT_DEVICE_TREE
-#define CONFIG_DEFAULT_DEVICE_TREE     exynos5250-smdk5250
+#undef CONFIG_KEYBOARD
 
-/* Enable FIT support and comparison */
-#define CONFIG_FIT
-#define CONFIG_FIT_BEST_MATCH
+#define CONFIG_BOARD_COMMON
+
+#define CONFIG_IDENT_STRING            " for SMDK5250"
+#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
 
 #endif /* __CONFIG_SMDK_H */