kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / freescale / ls1021aqds / Kconfig
index c28bd2b8358885c4db90560e5d1baa5f36b580f0..3cee468a3ddacfd303f9876312abf1d977048418 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_LS1021AQDS
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "ls1021aqds"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_SOC
-       string
        default "ls102xa"
 
 config SYS_CONFIG_NAME
-       string
        default "ls1021aqds"
 
 endif