Remove CONFIG_ from #defines that aren't config variables. Trivial.
[coreboot.git] / src / arch / i386 / init / car.S
index 98e40ad0cf866194ff951e0ecabfd1a36981aeee..bfd7e343ce56e678ef45114aaf9541c7058d63d3 100644 (file)
@@ -269,7 +269,7 @@ clear_fixed_var_mtrr_out:
 
 
        /* TODO: make this a config variable */
-#if CONFIG_CARTEST
+#if CARTEST
        /* check the cache as ram */
        movl  $CacheBase, %esi
        movl    $(CacheSize>>2), %ecx