aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorMaxim Polyakov <max.senia.poliak@gmail.com>2019-04-03 00:27:33 +0300
committerNico Huber <nico.h@gmx.de>2019-04-06 13:12:04 +0000
commit0bec504642a03c8a2a7a2a8f6d424c935f0c2cba (patch)
treee5318530f51a9514b2f743f41bf03daf9b4a4e16 /src/soc
parentde08ae1080997d5ad232df183f9ce9724b1eb1e4 (diff)
{mb,soc/intel/skylake}: remove unused InternalGfx
The InternalGfx option in devicetree.cb is not used to enable iGPU. The patch removes this option from chip.h and mb/*/devicetree.cb files for all boards with skl/kbl processor. Change-Id: I41ecca3fdfb1d4b20ee634a13263ff481dcf440e Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32171 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/skylake/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h
index f87a8116e6..a9b8641626 100644
--- a/src/soc/intel/skylake/chip.h
+++ b/src/soc/intel/skylake/chip.h
@@ -318,7 +318,6 @@ struct soc_intel_skylake_config {
Display_Auto,
Display_Switchable,
} PrimaryDisplay;
- u8 InternalGfx;
u8 ApertureSize;
u8 SkipExtGfxScan;
u8 ScanExtGfxForLegacyOpRom;