]> git.sur5r.net Git - u-boot/blobdiff - board/qemu-mips/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-mips
[u-boot] / board / qemu-mips / Kconfig
index 3de1f44a3da4585b4a94ca1424f29a915343799c..e696a12192b4b08a421827ded5d1db81f7c2280c 100644 (file)
@@ -11,4 +11,16 @@ config SYS_TEXT_BASE
        default 0xbfc00000 if 32BIT
        default 0xffffffffbfc00000 if 64BIT
 
+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