diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2020-11-20 11:24:54 +0100 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2020-12-10 17:48:52 +0000 |
commit | 7590c370d64ad5d088feee879c76a38a18621776 (patch) | |
tree | e3359557a1a84cd6a63ad9e9b60044d6467c8689 /src/drivers/intel | |
parent | d0d0705f20229ac5762bc2dbcb4ae2cd2dfaee62 (diff) |
drivers/intel/fsp1_1/cache_as_ram.S: Correct comment
Stack is set up for bootblock.
Tested on Facebook FBG1701.
Change-Id: I0dd3fc91c90bf76e0d93925da35dc197d68d3e88
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47802
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/fsp1_1/cache_as_ram.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp1_1/cache_as_ram.S b/src/drivers/intel/fsp1_1/cache_as_ram.S index f2d29aa4a8..f1cfff771c 100644 --- a/src/drivers/intel/fsp1_1/cache_as_ram.S +++ b/src/drivers/intel/fsp1_1/cache_as_ram.S @@ -132,7 +132,7 @@ CAR_init_done: cmp $0, %eax jne halt2 - /* Setup bootloader stack */ + /* Setup bootblock stack */ movl $_ecar_stack, %esp /* |