MIPS: Move cache sizes to Kconfig
[oweals/u-boot.git] / board / qemu-mips / Kconfig
index 3de1f44a3da4585b4a94ca1424f29a915343799c..66957e7a57ac005db1f963eb6a99079a83801945 100644 (file)
@@ -11,4 +11,13 @@ config SYS_TEXT_BASE
        default 0xbfc00000 if 32BIT
        default 0xffffffffbfc00000 if 64BIT
 
+config SYS_DCACHE_SIZE
+       default 16384
+
+config SYS_ICACHE_SIZE
+       default 16384
+
+config SYS_CACHELINE_SIZE
+       default 32
+
 endif