]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/grsim_leon2/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / gaisler / grsim_leon2 / Kconfig
index 8dd2d27abd25b5ff08ad9b605f31aba9b22bbc06..0907f3af891ce527a5db41ec732d44789073f4f9 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_GRSIM_LEON2
 
 config SYS_CPU
-       string
        default "leon2"
 
 config SYS_BOARD
-       string
        default "grsim_leon2"
 
 config SYS_VENDOR
-       string
        default "gaisler"
 
 config SYS_CONFIG_NAME
-       string
        default "grsim_leon2"
 
 endif