]> git.sur5r.net Git - u-boot/blobdiff - board/siemens/corvus/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[u-boot] / board / siemens / corvus / Kconfig
index e24364cab5fd3b44751dba7dedf17e99b19c5530..80018c51b59be3f0c753f7b62165a25e21248b88 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_CORVUS
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "corvus"
 
 config SYS_VENDOR
-       string
        default "siemens"
 
 config SYS_SOC
-       string
        default "at91"
 
 config SYS_CONFIG_NAME
-       string
        default "corvus"
 
 endif