aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-04-29 15:05:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-06 10:29:13 +0000
commit5471be69b9168d3dbceac064522522a97ed1a0db (patch)
tree22d46d5b239c3a25bb891dc430525e0d86e2a0a4 /src/soc/intel/braswell
parent4998becda3e3e8033a84599158e180217e39d1bc (diff)
soc/intel/braswell/Makefile.inc: Remove commented-out line
cpu_microcode_bins is commented out. Remove this line. BUG=NA TEST=Portwell PQ7-M107 Change-Id: Ic398d232bea84a765fce940ef876916a873e561f Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32510 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r--src/soc/intel/braswell/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc
index a7ed4c5388..a2b7ee5e67 100644
--- a/src/soc/intel/braswell/Makefile.inc
+++ b/src/soc/intel/braswell/Makefile.inc
@@ -52,8 +52,6 @@ smm-y += smihandler.c
smm-y += spi.c
smm-y += tsc_freq.c
-# cpu_microcode_bins += ???
-
CPPFLAGS_common += -I$(src)/soc/intel/braswell/
CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))