diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2019-04-29 15:05:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-06 10:29:13 +0000 |
commit | 5471be69b9168d3dbceac064522522a97ed1a0db (patch) | |
tree | 22d46d5b239c3a25bb891dc430525e0d86e2a0a4 | |
parent | 4998becda3e3e8033a84599158e180217e39d1bc (diff) | |
download | coreboot-5471be69b9168d3dbceac064522522a97ed1a0db.tar.xz |
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>
-rw-r--r-- | src/soc/intel/braswell/Makefile.inc | 2 |
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)) |