]> git.sur5r.net Git - u-boot/blobdiff - board/h2200/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[u-boot] / board / h2200 / Kconfig
index f36b4d9de0712e6a08785a0e54c44af8b596f771..75956be823d7460e3fced3e0cded395d360430f1 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_H2200
 
 config SYS_CPU
-       string
        default "pxa"
 
 config SYS_BOARD
-       string
        default "h2200"
 
 config SYS_CONFIG_NAME
-       string
        default "h2200"
 
 endif