summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-06-17 12:23:32 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-06-21 08:49:01 +0000
commite07eb5f173b26f44d7779c8030d59f4d295e28fa (patch)
tree20197b0fa9cd3e6325203f8709a0c897108d67c2 /src/soc/intel/skylake/Makefile.inc
parenteb1dea8faf3ead8599848f1f85cebe8756704b06 (diff)
downloadcoreboot-e07eb5f173b26f44d7779c8030d59f4d295e28fa.tar.gz
coreboot-e07eb5f173b26f44d7779c8030d59f4d295e28fa.tar.bz2
coreboot-e07eb5f173b26f44d7779c8030d59f4d295e28fa.zip
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>
Diffstat (limited to 'src/soc/intel/skylake/Makefile.inc')
-rw-r--r--src/soc/intel/skylake/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc
index 129586a2331a..05e4c968e804 100644
--- a/src/soc/intel/skylake/Makefile.inc
+++ b/src/soc/intel/skylake/Makefile.inc
@@ -108,6 +108,4 @@ endif
# Currently used for microcode path.
CPPFLAGS_common += -I3rdparty/blobs/mainboard/$(MAINBOARDDIR)
-ROMCCFLAGS := -mcpu=p4 -fno-simplify-phi -O2
-
endif