diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-12 11:13:22 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-14 08:16:50 +0000 |
commit | 801aa968793f9cdb96d40efb5d015311a9f31a25 (patch) | |
tree | 867f8199388640203b6ba031689cb562d4550d0c | |
parent | 2837cf81820308e50a06fce60d49cca9eb77ff25 (diff) |
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>
-rw-r--r-- | src/soc/intel/skylake/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |