]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cobra5272/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / cobra5272 / Kconfig
index 6e55d435f62fdfc0020339df54067e3dcf8be783..ba04622c21e66af0d60c961d1e84fe663ed8687d 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_COBRA5272
 
 config SYS_CPU
-       string
        default "mcf52x2"
 
 config SYS_BOARD
-       string
        default "cobra5272"
 
 config SYS_CONFIG_NAME
-       string
        default "cobra5272"
 
 endif