nb/intel/sandybridge: Check ME status only once
The pre-RAM CBMEM console is tiny. Do not fill it with largely redundant information, when we could instead store more useful raminit debug logs. Change-Id: I3a93fdeb67b0557e876f78b12241b70933ad324d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45499 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
035096c6f0
commit
3da27ab681
|
@ -453,7 +453,6 @@ static void init_dram_ddr3(int s3resume, const u32 cpuid)
|
|||
/* Zone config */
|
||||
dram_zones(&ctrl, 0);
|
||||
|
||||
intel_early_me_status();
|
||||
intel_early_me_init_done(ME_INIT_STATUS_SUCCESS);
|
||||
intel_early_me_status();
|
||||
|
||||
|
|
Loading…
Reference in New Issue