kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / nokia / rx51 / Kconfig
index faa90d253390089e7332893097f085a9563c0d1f..ec6a571a2263c6a86ddfe47ac3d96b4b8a4050b2 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_NOKIA_RX51
 
 config SYS_BOARD
-       string
        default "rx51"
 
 config SYS_VENDOR
-       string
        default "nokia"
 
 config SYS_CONFIG_NAME
-       string
        default "nokia_rx51"
 
 endif