]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/spear/spear310/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / spear / spear310 / Kconfig
index de7104029a3818d8bc2f41f8516548738e403251..b8f51547337c6c4f28b5fe15074e5407c0d81a64 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_SPEAR310
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "spear310"
 
 config SYS_VENDOR
-       string
        default "spear"
 
 config SYS_SOC
-       string
        default "spear"
 
 config SYS_CONFIG_NAME
-       string
        default "spear3xx_evb"
 
 endif