From 7590c370d64ad5d088feee879c76a38a18621776 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Fri, 20 Nov 2020 11:24:54 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47802 Reviewed-by: Wim Vervoorn Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/drivers/intel/fsp1_1/cache_as_ram.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/fsp1_1/cache_as_ram.S') 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 /* -- cgit v1.2.3