diff options
-rw-r--r-- | src/drivers/intel/fsp1_0/cache_as_ram.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp1_0/cache_as_ram.inc b/src/drivers/intel/fsp1_0/cache_as_ram.inc index 91cfb88791..d1167b1b69 100644 --- a/src/drivers/intel/fsp1_0/cache_as_ram.inc +++ b/src/drivers/intel/fsp1_0/cache_as_ram.inc @@ -51,8 +51,8 @@ find_fsp_ret: /* Save the FSP location */ mov %eax, %ebp cmp $CONFIG_FSP_LOC, %eax - je find_fsp_ok - add $0xb0, %eax + jae find_fsp_ok + mov $0xb0, %eax jmp .Lhlt find_fsp_ok: |