Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9
[coreboot.git] / src / cpu / intel / model_106cx / cache_as_ram.inc
index b45599ac1b7ea09dc95e4b6e722165052d922030..9f7ceaf247d79838d718a2995dbe79b598bac24e 100644 (file)
@@ -106,7 +106,7 @@ clear_mtrrs:
         * IMPORTANT: The following calculation _must_ be done at runtime. See
         * http://www.coreboot.org/pipermail/coreboot/2010-October/060855.html
         */
-       movl    copy_and_run, %eax
+       movl    $copy_and_run, %eax
        andl    $(~(CONFIG_XIP_ROM_SIZE - 1)), %eax
        orl     $MTRR_TYPE_WRBACK, %eax
        wrmsr