]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cloudengines/pogo_e02/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / cloudengines / pogo_e02 / Kconfig
index fe36314f487152f8d11195984b670504aae3c4e4..eaa68d93751ab3fd9f0b80eae7dbf4bfd21f10ec 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_POGO_E02
 
 config SYS_BOARD
-       string
        default "pogo_e02"
 
 config SYS_VENDOR
-       string
        default "cloudengines"
 
 config SYS_CONFIG_NAME
-       string
        default "pogo_e02"
 
 endif