]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8560ads/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / freescale / mpc8560ads / Kconfig
index 55cdb62137d7b2a6b98dd391f8492e294e7b1df3..828c068e9ee6bb746a36e444a0ce9a093b6ecaf9 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_MPC8560ADS
 
 config SYS_BOARD
-       string
        default "mpc8560ads"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "MPC8560ADS"
 
 endif