kconfig: remove redundant "string" type in arch and board Kconfigs
[oweals/u-boot.git] / board / xilinx / ppc405-generic / Kconfig
index 98411c7ff4ae0096512d0e6162371a5f2bb4c8c0..dfbc07b4250aff17d5b3db7db763789db4b08b74 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_XILINX_PPC405_GENERIC
 
 config SYS_BOARD
-       string
        default "ppc405-generic"
 
 config SYS_VENDOR
-       string
        default "xilinx"
 
 config SYS_CONFIG_NAME
-       string
        default "xilinx-ppc405-generic"
 
 endif