soc/intel/elkhartlake: Drop unreferenced devicetree settings
No mainboard uses these settings, nor does SoC code. Drop them. Change-Id: Ia928c4bbddd1c160228a9af8faf5d4be787f73f8 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48568 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
d3713fdb48
commit
24787ffe30
|
@ -132,17 +132,9 @@ struct soc_intel_elkhartlake_config {
|
||||||
/* Enable if SD Card Power Enable Signal is Active High */
|
/* Enable if SD Card Power Enable Signal is Active High */
|
||||||
uint8_t SdCardPowerEnableActiveHigh;
|
uint8_t SdCardPowerEnableActiveHigh;
|
||||||
|
|
||||||
/* Integrated Sensor */
|
|
||||||
uint8_t PchIshEnable;
|
|
||||||
|
|
||||||
/* Heci related */
|
|
||||||
uint8_t Heci3Enabled;
|
|
||||||
|
|
||||||
/* Gfx related */
|
/* Gfx related */
|
||||||
uint8_t IgdDvmt50PreAlloc;
|
|
||||||
uint8_t SkipExtGfxScan;
|
uint8_t SkipExtGfxScan;
|
||||||
|
|
||||||
uint32_t GraphicsConfigPtr;
|
|
||||||
uint8_t Device4Enable;
|
uint8_t Device4Enable;
|
||||||
|
|
||||||
/* HeciEnabled decides the state of Heci1 at end of boot
|
/* HeciEnabled decides the state of Heci1 at end of boot
|
||||||
|
|
Loading…
Reference in New Issue