]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/exynos5420-common.h
Config: Exynos5800: Enable build for Peach-Pi
[karo-tx-uboot.git] / include / configs / exynos5420-common.h
index b0f940cd164a81dd2031e4d04e40b08847fa2645..03f941ccd204bbbd6a7d25945e73e8d0534931ce 100644 (file)
@@ -10,6 +10,8 @@
 #define __CONFIG_EXYNOS5420_H
 
 #define CONFIG_EXYNOS5420
+/* A variant of Exynos5420 (Exynos5 Family) */
+#define CONFIG_EXYNOS5800
 
 #define CONFIG_ENV_IS_IN_SPI_FLASH
 #define CONFIG_SPI_FLASH
@@ -38,7 +40,8 @@
 
 #define CONFIG_SPL_MAX_FOOTPRINT       (30 * 1024)
 
-#define CONFIG_DEVICE_TREE_LIST "exynos5420-peach-pit exynos5420-smdk5420"
+#define CONFIG_DEVICE_TREE_LIST "exynos5800-peach-pi"  \
+                               "exynos5420-peach-pit exynos5420-smdk5420"
 
 #define CONFIG_MAX_I2C_NUM     11