From 801aa968793f9cdb96d40efb5d015311a9f31a25 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 12 Jul 2021 11:13:22 +0200 Subject: soc/intel/skylake: Drop dead `ScanExtGfxForLegacyOpRom` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This devicetree option is never set and never used. Drop it. Change-Id: I9cd4733746849728b2b9f85793eace9191a97f49 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/56207 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- 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 59f75bf353..08d5d0f398 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -283,7 +283,6 @@ struct soc_intel_skylake_config { Display_Switchable, } PrimaryDisplay; u8 SkipExtGfxScan; - u8 ScanExtGfxForLegacyOpRom; /* GPIO IRQ Route The valid values is 14 or 15*/ u8 GpioIrqSelect; -- cgit v1.2.3