vendorcode/intel: Remove temporary Broadwell DE Kconfig symbol
This symbol was added to fix a Kconfig lint error after the Broadwell DE vendorcode was added. Now that the chipset's in the codebase, it's no longer needed. Change-Id: Iedb166129c9265cc2cfcc406d98bde92c1a82d2f Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14384 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: York Yang <york.yang@intel.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
fbec6b160e
commit
ee862ffc44
|
@ -13,11 +13,6 @@
|
|||
## GNU General Public License for more details.
|
||||
##
|
||||
|
||||
# Temporary definition: Add a symbol for broadwell DE until the actual
|
||||
# chipset goes in. This fixes an issue with the Kconfig lint tool.
|
||||
config SOC_INTEL_FSP_BROADWELL_DE
|
||||
def_bool n
|
||||
|
||||
config FSP_VENDORCODE_HEADER_PATH
|
||||
string
|
||||
default "fsp1_0/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X
|
||||
|
|
Loading…
Reference in New Issue