]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/ivybridge/car.S
arm: dts: dra7: add qspi register maps for memory map and control module
[u-boot] / arch / x86 / cpu / ivybridge / car.S
index 407e451adcd4edf2deaaf7e5b944759e1fff2ccd..1defabf91f07fbe2c549102261b655a3e1a1c83a 100644 (file)
@@ -188,7 +188,7 @@ car_uninit:
        wrmsr
 
        /* Disable the no-eviction run state */
-       movl    NOEVICTMOD_MSR, %ecx
+       movl    $NOEVICTMOD_MSR, %ecx
        rdmsr
        andl    $~2, %eax
        wrmsr