kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / synopsys / Kconfig
index 22034c19f1b39f2d47fbe60d6857a8d144bea773..a54d3dfde367cdb154a8d04ec9fb6f770287a833 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_ARCANGEL4
 
 config SYS_CPU
-       string
        default "arc700"
 
 config SYS_VENDOR
-       string
        default "synopsys"
 
 config SYS_CONFIG_NAME
-       string
        default "arcangel4"
 
 endif
@@ -17,15 +14,12 @@ endif
 if TARGET_ARCANGEL4_BE
 
 config SYS_CPU
-       string
        default "arc700"
 
 config SYS_VENDOR
-       string
        default "synopsys"
 
 config SYS_CONFIG_NAME
-       string
        default "arcangel4-be"
 
 endif