This was once disabled because we had no board support. This has
changed, so enable the S5P board support in the config so that
the friendlyarm_tiny210_defconfig actually builds for the correct
machine.

Signed-off-by: Sascha Hauer <[email protected]>
---
 arch/arm/Kconfig |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8278c82..c1a963d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -71,14 +71,12 @@ config ARCH_S3C24xx
        select ARCH_SAMSUNG
        select CPU_ARM920T
        select GENERIC_GPIO
-#
-# Currently no board support
-#
-#config ARCH_S5PCxx
-#      bool "Samsung S5PC110, S5PV210"
-#      select ARCH_SAMSUNG
-#      select CPU_V7
-#      select GENERIC_GPIO
+
+config ARCH_S5PCxx
+       bool "Samsung S5PC110, S5PV210"
+       select ARCH_SAMSUNG
+       select CPU_V7
+       select GENERIC_GPIO
 
 config ARCH_S3C64xx
        bool "Samsung S3C64xx"
-- 
1.7.10.4


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to