Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35111 )
Change subject: soc/intel/skylake: Fix booting regression issue ......................................................................
soc/intel/skylake: Fix booting regression issue
This patch fixes booting issue on soraka introduced by CB:34893
Change-Id: I53ca24cc8c71fe98dbd6abafa69da8f9046e6768 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/skylake/romstage/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/35111/1
diff --git a/src/soc/intel/skylake/romstage/Makefile.inc b/src/soc/intel/skylake/romstage/Makefile.inc index e929eba..7bb9d4b 100644 --- a/src/soc/intel/skylake/romstage/Makefile.inc +++ b/src/soc/intel/skylake/romstage/Makefile.inc @@ -1,4 +1,4 @@ -romstage-$(CONFIG_PLATFORM_USES_FSP1_1) += ../../../../cpu/intel/car/romstage.c +romstage-y += ../../../../cpu/intel/car/romstage.c romstage-$(CONFIG_PLATFORM_USES_FSP1_1) += romstage.c romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += romstage_fsp20.c romstage-y += systemagent.c
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35111 )
Change subject: soc/intel/skylake: Fix booting regression issue ......................................................................
Patch Set 1: Code-Review+2
Subrata Banik has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/35111 )
Change subject: soc/intel/skylake: Fix booting regression issue ......................................................................
Abandoned