kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / bf533-stamp / Kconfig
index 3f01c2b9446aa2116582dafd34696ecadbfbcfa5..0cffde3b47b6428e06fa2f077d0ce40755992dfa 100644 (file)
@@ -1,11 +1,9 @@
 if TARGET_BF533_STAMP
 
 config SYS_BOARD
-       string
        default "bf533-stamp"
 
 config SYS_CONFIG_NAME
-       string
        default "bf533-stamp"
 
 endif