]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/scb9328/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / scb9328 / Kconfig
index 040d055bb6a61d75ff228a5475583332d1edc38b..7ff7dbc4a5ab1d29d3d670fe04df57b1dac939a9 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_SCB9328
 
 config SYS_CPU
-       string
        default "arm920t"
 
 config SYS_BOARD
-       string
        default "scb9328"
 
 config SYS_SOC
-       string
        default "imx"
 
 config SYS_CONFIG_NAME
-       string
        default "scb9328"
 
 endif