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:
parent
2837cf8182
commit
801aa96879
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue