]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/prodrive/alpr/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / prodrive / alpr / Kconfig
index 6e99fc7a689c05a20098155c948f1d33e1bdf334..543b4557eefc7f36d5c45d40cc3703f701a636f7 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_ALPR
 
 config SYS_BOARD
-       string
        default "alpr"
 
 config SYS_VENDOR
-       string
        default "prodrive"
 
 config SYS_CONFIG_NAME
-       string
        default "alpr"
 
 endif