mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01:00
x86: ivybridge: Fix car_uninit() to correctly set run state
At present a missing $ causes this code to hang when using the MRC cache/ Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
9fbc5ccd79
commit
e9b3967c0c
@ -188,7 +188,7 @@ car_uninit:
|
|||||||
wrmsr
|
wrmsr
|
||||||
|
|
||||||
/* Disable the no-eviction run state */
|
/* Disable the no-eviction run state */
|
||||||
movl NOEVICTMOD_MSR, %ecx
|
movl $NOEVICTMOD_MSR, %ecx
|
||||||
rdmsr
|
rdmsr
|
||||||
andl $~2, %eax
|
andl $~2, %eax
|
||||||
wrmsr
|
wrmsr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user