Remove XIP_ROM_BASE
[coreboot.git] / src / cpu / via / car / cache_as_ram.inc
index ad2805ea2afc44a2e03ca3b4236daf6ed3a46282..aad23690fdc9da4a41b675f40612f541cfe415e2 100644 (file)
@@ -240,7 +240,7 @@ testok:
        movl    $(~(CONFIG_RAMTOP - CONFIG_RAMBASE - 1) | MTRRphysMaskValid), %eax
        wrmsr
 
-       /* Cache XIP_ROM_BASE-SIZE to speedup coreboot code. */
+       /* Cache XIP_ROM area to speedup coreboot code. */
        movl    $MTRRphysBase_MSR(1), %ecx
        xorl    %edx, %edx
        /*