]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/pb1x00/Kconfig
MIPS: Split I & D cache line size config
[people/ms/u-boot.git] / board / pb1x00 / Kconfig
index 27b2ef000b0937a6e5a1e514b2683ff4c1aaaf9f..ef8905d46a524e3de08120dfb1ca9b33d619f802 100644 (file)
@@ -15,10 +15,13 @@ config SYS_TEXT_BASE
 config SYS_DCACHE_SIZE
        default 16384
 
+config SYS_DCACHE_LINE_SIZE
+       default 32
+
 config SYS_ICACHE_SIZE
        default 16384
 
-config SYS_CACHELINE_SIZE
+config SYS_ICACHE_LINE_SIZE
        default 32
 
 endif