soc/intel/skylake: Drop dead `ScanExtGfxForLegacyOpRom`

This devicetree option is never set and never used. Drop it.

Change-Id: I9cd4733746849728b2b9f85793eace9191a97f49
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56207
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Angel Pons 2021-07-12 11:13:22 +02:00 committed by Patrick Georgi
parent 2837cf8182
commit 801aa96879
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ struct soc_intel_skylake_config {
Display_Switchable, Display_Switchable,
} PrimaryDisplay; } PrimaryDisplay;
u8 SkipExtGfxScan; u8 SkipExtGfxScan;
u8 ScanExtGfxForLegacyOpRom;
/* GPIO IRQ Route The valid values is 14 or 15*/ /* GPIO IRQ Route The valid values is 14 or 15*/
u8 GpioIrqSelect; u8 GpioIrqSelect;