Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33556
Change subject: soc/intel/skylake: Remove ROMCCFLAGS ......................................................................
soc/intel/skylake: Remove ROMCCFLAGS
This is never used.
Change-Id: I414acc38f72e206eb48cfd98214985c320862c91 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/skylake/Makefile.inc 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/33556/1
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc index e9f555f..04ad8e2 100644 --- a/src/soc/intel/skylake/Makefile.inc +++ b/src/soc/intel/skylake/Makefile.inc @@ -106,6 +106,4 @@ # Currently used for microcode path. CPPFLAGS_common += -I3rdparty/blobs/mainboard/$(MAINBOARDDIR)
-ROMCCFLAGS := -mcpu=p4 -fno-simplify-phi -O2 - endif
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33556 )
Change subject: soc/intel/skylake: Remove ROMCCFLAGS ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/33556 )
Change subject: soc/intel/skylake: Remove ROMCCFLAGS ......................................................................
soc/intel/skylake: Remove ROMCCFLAGS
This is never used.
Change-Id: I414acc38f72e206eb48cfd98214985c320862c91 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/33556 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Rudolph siro@das-labor.org --- M src/soc/intel/skylake/Makefile.inc 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc index 129586a..05e4c96 100644 --- a/src/soc/intel/skylake/Makefile.inc +++ b/src/soc/intel/skylake/Makefile.inc @@ -108,6 +108,4 @@ # Currently used for microcode path. CPPFLAGS_common += -I3rdparty/blobs/mainboard/$(MAINBOARDDIR)
-ROMCCFLAGS := -mcpu=p4 -fno-simplify-phi -O2 - endif