Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[oweals/u-boot.git] / board / aristainetos / Kconfig
index 58078eacf550313af205a425bccd5e49bb472fbd..500b665cb95a6feae18656ec30275c5b14cd7de5 100644 (file)
@@ -1,19 +1,25 @@
 if TARGET_ARISTAINETOS
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "aristainetos"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "aristainetos"
 
 endif
+
+if TARGET_ARISTAINETOS2
+
+config SYS_BOARD
+       default "aristainetos"
+
+config SYS_SOC
+       default "mx6"
+
+config SYS_CONFIG_NAME
+       default "aristainetos2"
+
+endif