exynos: config: Move common options to the common headers and tidy up
[oweals/u-boot.git] / include / configs / exynos5-dt-common.h
index 098734b542b6190bc4a207d7fe9ab29ff9d1685c..29ef84b6a371e148e3f419d443f1289bbb1996d8 100644 (file)
                "stdout=serial,lcd\0" \
                "stderr=serial,lcd\0"
 
-#include "exynos5-common.h"
+#define CONFIG_ENV_IS_IN_SPI_FLASH
+#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 */
+#define CONFIG_LCD
+#ifdef CONFIG_LCD
+#define CONFIG_EXYNOS_FB
+#define CONFIG_EXYNOS_DP
+#define LCD_BPP                        LCD_COLOR16
+#endif
 
 /* Enable keyboard */
 #define CONFIG_KEYBOARD