]> git.sur5r.net Git - u-boot/blobdiff - board/altera/nios2-generic/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[u-boot] / board / altera / nios2-generic / Kconfig
index 12096380b8aa435e3794ecda862ebbb5274fcfba..cd3d0980a7a1dafee69cc317f5da0b197e297797 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_NIOS2_GENERIC
 
 config SYS_BOARD
-       string
        default "nios2-generic"
 
 config SYS_VENDOR
-       string
        default "altera"
 
 config SYS_CONFIG_NAME
-       string
        default "nios2-generic"
 
 endif