[coreboot-gerrit] Change in coreboot[master]: sandybridge/raminit_mrc: remove reference to report_platform_info()

Matt DeVillier (Code Review) gerrit at coreboot.org
Thu Aug 2 06:02:24 CEST 2018


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/27793


Change subject: sandybridge/raminit_mrc: remove reference to report_platform_info()
......................................................................

sandybridge/raminit_mrc: remove reference to report_platform_info()

Commit ef8c559e537ed10d8054ca6a72ca50e0531fde95
[nb/intel/sandybridge/report_platform: Move remaining code to sb folder]

moved reporting code to the southbridge, but missed a reference in the
non-default MRC raminit path (so testing missed it).
Remove invalid reference to fix compilation error.

Test: build google/link with MRC raminit option selected

Change-Id: I270a95ac53fbc9f8792f375908cf91585261f6a1
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/northbridge/intel/sandybridge/raminit_mrc.c
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/27793/1

diff --git a/src/northbridge/intel/sandybridge/raminit_mrc.c b/src/northbridge/intel/sandybridge/raminit_mrc.c
index c7e6e1f..39b540c 100644
--- a/src/northbridge/intel/sandybridge/raminit_mrc.c
+++ b/src/northbridge/intel/sandybridge/raminit_mrc.c
@@ -190,8 +190,6 @@
 	struct sys_info sysinfo;
 	int (*entry) (struct pei_data *pei_data) __attribute__((regparm(1)));
 
-	report_platform_info();
-
 	/* Wait for ME to be ready */
 	intel_early_me_init();
 	intel_early_me_uma_size();

-- 
To view, visit https://review.coreboot.org/27793
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I270a95ac53fbc9f8792f375908cf91585261f6a1
Gerrit-Change-Number: 27793
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180802/7b8fa086/attachment.html>


More information about the coreboot-gerrit mailing list