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