- Revert last minute regression, raminit.inc now works again.
This commit is contained in:
parent
f0bc1ed2a5
commit
b920a63348
1 changed files with 2 additions and 2 deletions
|
|
@ -1749,8 +1749,8 @@ verify_ram:
|
|||
5:
|
||||
/* Now find the next bank and side to spot check */
|
||||
incl %ecx
|
||||
cmpl $(SMBUS_MEM_DEVICE_START - SMBUS_MEM_DEVICE_END), %ecx
|
||||
jl 1b
|
||||
cmpl $((SMBUS_MEM_DEVICE_END - SMBUS_MEM_DEVICE_START)<<1), %ecx
|
||||
jb 1b
|
||||
RET_LABEL(verify_ram)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue