]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pb1x00/Kconfig
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[karo-tx-uboot.git] / board / pb1x00 / Kconfig
index 0ad3f2364e5d067b39effa19e92c534262a710a5..251db6ab637c14d8b83051c5026e9dc78c24117f 100644 (file)
@@ -1,19 +1,12 @@
 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