sandybridge/raminit_mrc: remove reference to report_platform_info()

Commit ef8c559e53
[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@gmail.com>
Reviewed-on: https://review.coreboot.org/27793
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Matt DeVillier 2018-08-01 22:57:10 -05:00 committed by Felix Held
parent 4505ab2a1f
commit ad691ad65d
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ void sdram_initialize(struct pei_data *pei_data)
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();