kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / phytec / pcm030 / Kconfig
index 6eea7e8ea51a002b725c382ab74a15e7e0b908f9..3a3eab8576834d77db01ead4f13fe7d37a3dda0b 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_PCM030
 
 config SYS_BOARD
-       string
        default "pcm030"
 
 config SYS_VENDOR
-       string
        default "phytec"
 
 config SYS_CONFIG_NAME
-       string
        default "pcm030"
 
 endif