kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / sbc8349 / Kconfig
index 5b851f8bab9ad4cf8850a3ff613ef002fa55e911..129d6b92ec57b09c249474f3f5da3f3ee68e424f 100644 (file)
@@ -1,11 +1,9 @@
 if TARGET_SBC8349
 
 config SYS_BOARD
-       string
        default "sbc8349"
 
 config SYS_CONFIG_NAME
-       string
        default "sbc8349"
 
 endif