]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx25/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / karo / tx25 / Kconfig
index 095b1a52a72a4958faa7dd44afba7ec8f3c7f676..24edcc43bcd09d68ef0b9bad22b57d280c13f784 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_TX25
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "tx25"
 
 config SYS_VENDOR
-       string
        default "karo"
 
 config SYS_SOC
-       string
        default "mx25"
 
 config SYS_CONFIG_NAME
-       string
        default "tx25"
 
 endif