drivers/amd/agesa: Drop redundant stack allocation
The removed call was there to support case LATE_CBMEM_INIT=y, HAVE_ACPI_RESUME=y. Same stack space is already allocated with postcar_frame_init() call. Change-Id: I03a44bc3252f553b1769d362b2f442d3e6ab73f4 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33956 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Mike Banon <mikebdp2@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
		| @@ -18,7 +18,6 @@ | ||||
| #include <string.h> | ||||
| #include <cbmem.h> | ||||
| #include <console/console.h> | ||||
| #include <program_loading.h> | ||||
| #include <northbridge/amd/agesa/state_machine.h> | ||||
| #include <AGESA.h> | ||||
| #include <northbridge/amd/agesa/agesa_helper.h> | ||||
| @@ -122,8 +121,6 @@ AGESA_STATUS OemS3Save(AMD_S3_PARAMS *dataBlock) | ||||
| 	u32 MTRRStorageSize = 0; | ||||
| 	uintptr_t pos, size; | ||||
|  | ||||
| 	romstage_ram_stack_base(HIGH_ROMSTAGE_STACK_SIZE, ROMSTAGE_STACK_CBMEM); | ||||
|  | ||||
| 	/* To be consumed in AmdInitResume. */ | ||||
| 	get_s3nv_data(S3DataTypeNonVolatile, &pos, &size); | ||||
| 	if (size && dataBlock->NvStorageSize) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user