kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / raidsonic / ib62x0 / Kconfig
index c0c3a93b0219b972286f5e6e0f14d916d6306b29..129aac8b6d469cebc1e8071311cccc16a31c65ee 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_IB62X0
 
 config SYS_BOARD
-       string
        default "ib62x0"
 
 config SYS_VENDOR
-       string
        default "raidsonic"
 
 config SYS_CONFIG_NAME
-       string
        default "ib62x0"
 
 endif