]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/in-circuit/grasshopper/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / in-circuit / grasshopper / Kconfig
index da3bcc3a8392c801fc51f3af8c69d0d38f3e1eec..30e3855ae0090bfebf81111985fae892d1afdaef 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_GRASSHOPPER
 
 config SYS_BOARD
-       string
        default "grasshopper"
 
 config SYS_VENDOR
-       string
        default "in-circuit"
 
 config SYS_SOC
-       string
        default "at32ap700x"
 
 config SYS_CONFIG_NAME
-       string
        default "grasshopper"
 
 endif