kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / esd / plu405 / Kconfig
index b9783d776d18beee0fa29731d5dd665688ead4ca..b3082cb0229d9dd7e779159c0e7658ed2dad15f9 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_PLU405
 
 config SYS_BOARD
-       string
        default "plu405"
 
 config SYS_VENDOR
-       string
        default "esd"
 
 config SYS_CONFIG_NAME
-       string
        default "PLU405"
 
 endif