]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gdsys/405ep/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / gdsys / 405ep / Kconfig
index 8a5d3f51ae73fe0cb4732a7a61324a195b5b2950..20cb80fc2e2587906a530de4e019c76372d408e1 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_DLVISION_10G
 
 config SYS_BOARD
-       string
        default "405ep"
 
 config SYS_VENDOR
-       string
        default "gdsys"
 
 config SYS_CONFIG_NAME
-       string
        default "dlvision-10g"
 
 endif
@@ -17,15 +14,12 @@ endif
 if TARGET_IO
 
 config SYS_BOARD
-       string
        default "405ep"
 
 config SYS_VENDOR
-       string
        default "gdsys"
 
 config SYS_CONFIG_NAME
-       string
        default "io"
 
 endif
@@ -33,15 +27,12 @@ endif
 if TARGET_IOCON
 
 config SYS_BOARD
-       string
        default "405ep"
 
 config SYS_VENDOR
-       string
        default "gdsys"
 
 config SYS_CONFIG_NAME
-       string
        default "iocon"
 
 endif
@@ -49,15 +40,12 @@ endif
 if TARGET_NEO
 
 config SYS_BOARD
-       string
        default "405ep"
 
 config SYS_VENDOR
-       string
        default "gdsys"
 
 config SYS_CONFIG_NAME
-       string
        default "neo"
 
 endif