mips: dbau1x00: Remove this board
[oweals/u-boot.git] / board / pb1x00 / Kconfig
index ef2844a49743e4125b94c1d82f0790361080bee6..ef8905d46a524e3de08120dfb1ca9b33d619f802 100644 (file)
@@ -1,8 +1,5 @@
 if TARGET_PB1X00
 
-config SYS_CPU
-       default "mips32"
-
 config SYS_BOARD
        default "pb1x00"
 
@@ -12,4 +9,19 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "pb1x00"
 
+config SYS_TEXT_BASE
+       default 0x83800000
+
+config SYS_DCACHE_SIZE
+       default 16384
+
+config SYS_DCACHE_LINE_SIZE
+       default 32
+
+config SYS_ICACHE_SIZE
+       default 16384
+
+config SYS_ICACHE_LINE_SIZE
+       default 32
+
 endif