kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / stx / stxgp3 / Kconfig
index aac2940f78e6fbc52985f4f80e29fb6ae4727933..910b31b24fb8b310428156d762a5ac01e51f45dd 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_STXGP3
 
 config SYS_BOARD
-       string
        default "stxgp3"
 
 config SYS_VENDOR
-       string
        default "stx"
 
 config SYS_CONFIG_NAME
-       string
        default "stxgp3"
 
 endif