]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuS/eb_cpu5282/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / BuS / eb_cpu5282 / Kconfig
index f53f29518779ff9580b1410bf1d83b0904b91bc4..237dc1b5c0deeedc2a29e350a35356f44c46f58a 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_EB_CPU5282
 
 config SYS_CPU
-       string
        default "mcf52x2"
 
 config SYS_BOARD
-       string
        default "eb_cpu5282"
 
 config SYS_VENDOR
-       string
        default "BuS"
 
 config SYS_CONFIG_NAME
-       string
        default "eb_cpu5282"
 
 endif