]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/pb1x00/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / pb1x00 / Kconfig
index 0ad3f2364e5d067b39effa19e92c534262a710a5..ef2844a49743e4125b94c1d82f0790361080bee6 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_PB1X00
 
 config SYS_CPU
-       string
        default "mips32"
 
 config SYS_BOARD
-       string
        default "pb1x00"
 
 config SYS_SOC
-       string
        default "au1x00"
 
 config SYS_CONFIG_NAME
-       string
        default "pb1x00"
 
 endif