From 0bec504642a03c8a2a7a2a8f6d424c935f0c2cba Mon Sep 17 00:00:00 2001 From: Maxim Polyakov Date: Wed, 3 Apr 2019 00:27:33 +0300 Subject: {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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/32171 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/soc/intel/skylake/chip.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc') 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; -- cgit v1.2.3