]> git.sur5r.net Git - u-boot/blobdiff - board/dave/PPChameleonEVB/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[u-boot] / board / dave / PPChameleonEVB / Kconfig
index 3e956542391b50812e25b9bd0510e29e28369160..bfe001164909c178eababe1e70be72b508d02443 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_CATCENTER
 
 config SYS_BOARD
-       string
        default "PPChameleonEVB"
 
 config SYS_VENDOR
-       string
        default "dave"
 
 config SYS_CONFIG_NAME
-       string
        default "CATcenter"
 
 endif
@@ -17,15 +14,12 @@ endif
 if TARGET_PPCHAMELEONEVB
 
 config SYS_BOARD
-       string
        default "PPChameleonEVB"
 
 config SYS_VENDOR
-       string
        default "dave"
 
 config SYS_CONFIG_NAME
-       string
        default "PPChameleonEVB"
 
 endif