kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / freescale / mpc8540ads / Kconfig
index 2cf252c44c2619956993663c22e28c7e18bc33f7..35a8545547676eb2f685c4ff6baf6ce4a4b252da 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_MPC8540ADS
 
 config SYS_BOARD
-       string
        default "mpc8540ads"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_CONFIG_NAME
-       string
        default "MPC8540ADS"
 
 endif