Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56207 )
Change subject: soc/intel/skylake: Drop dead `ScanExtGfxForLegacyOpRom` ......................................................................
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 --- M src/soc/intel/skylake/chip.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/56207/1
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index d30547e..d463c3b 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -283,7 +283,6 @@ Display_Switchable, } PrimaryDisplay; u8 SkipExtGfxScan; - u8 ScanExtGfxForLegacyOpRom;
/* GPIO IRQ Route The valid values is 14 or 15*/ u8 GpioIrqSelect;