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>
This commit is contained in:
Frans Hendriks 2019-04-29 15:05:08 +02:00 committed by Patrick Georgi
parent 4998becda3
commit 5471be69b9
1 changed files with 0 additions and 2 deletions

View File

@ -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))