diff options
author | Martin Roth <martinroth@google.com> | 2016-04-15 12:35:36 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-04-18 01:37:04 +0200 |
commit | ee862ffc44ce8f5b4f3fcea5e78686f35f044f61 (patch) | |
tree | 2caa535f59ae674b223deefc6b99cf56d9c64c0c /src/vendorcode | |
parent | fbec6b160e5857c515790875a5e891bbbe025417 (diff) | |
download | coreboot-ee862ffc44ce8f5b4f3fcea5e78686f35f044f61.tar.xz |
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>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/intel/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index 5da3b2d3cc..795ad93358 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -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 |