]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m54418twr/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / freescale / m54418twr / Kconfig
index 7d73b945f2a4fb647a5273447b0e3c7308f91a3c..4199a3f549a5681749a8bf99f7d244d0fa642745 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_M54418TWR
 
 config SYS_CPU
-       string
        default "mcf5445x"
 
 config SYS_BOARD
-       string
        default "m54418twr"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "M54418TWR"
 
 endif