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