]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_ep2s60/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[u-boot] / board / gaisler / gr_ep2s60 / Kconfig
index e742ea87068ed031aefafcab31941006eda842d5..00b2097cf436fce073f303e122a93256bd2d62da 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_GR_EP2S60
 
 config SYS_CPU
-       string
        default "leon3"
 
 config SYS_BOARD
-       string
        default "gr_ep2s60"
 
 config SYS_VENDOR
-       string
        default "gaisler"
 
 config SYS_CONFIG_NAME
-       string
        default "gr_ep2s60"
 
 endif