]> git.sur5r.net Git - u-boot/blobdiff - include/configs/exynos5-dt-common.h
Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig
[u-boot] / include / configs / exynos5-dt-common.h
index 66547fa34efe44ba756b67613b857cc039107333..11aa6b8a9a87b678c77beaa4187b838ed310b1b5 100644 (file)
@@ -9,27 +9,30 @@
 #ifndef __CONFIG_EXYNOS5_DT_COMMON_H
 #define __CONFIG_EXYNOS5_DT_COMMON_H
 
-#include "exynos5-common.h"
-
-/* PMIC */
-#define CONFIG_POWER
-#define CONFIG_POWER_I2C
-#define CONFIG_POWER_TPS65090
-
-/* Enable keyboard */
-#define CONFIG_CROS_EC         /* CROS_EC protocol */
-#define CONFIG_CROS_EC_KEYB    /* CROS_EC keyboard input */
-#define CONFIG_CMD_CROS_EC
-#define CONFIG_KEYBOARD
-
 /* Console configuration */
 #undef EXYNOS_DEVICE_SETTINGS
 #define EXYNOS_DEVICE_SETTINGS \
                "stdin=serial,cros-ec-keyb\0" \
-               "stdout=serial,lcd\0" \
-               "stderr=serial,lcd\0"
+               "stdout=serial,vidconsole\0" \
+               "stderr=serial,vidconsole\0"
+
+#define CONFIG_EXYNOS5_DT
 
-#define CONFIG_EXTRA_ENV_SETTINGS \
-       EXYNOS_DEVICE_SETTINGS
+#define CONFIG_ENV_SPI_BASE    0x12D30000
+#define FLASH_SIZE             (4 << 20)
+#define CONFIG_ENV_OFFSET      (FLASH_SIZE - CONFIG_ENV_SECT_SIZE)
+#define CONFIG_SPI_BOOTING
+
+#define CONFIG_BOARD_COMMON
+
+/* Display */
+#ifdef CONFIG_LCD
+#define CONFIG_EXYNOS_FB
+#define CONFIG_EXYNOS_DP
+#define LCD_BPP                        LCD_COLOR16
+#endif
+
+/* Enable keyboard */
+#define CONFIG_KEYBOARD
 
 #endif