diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-04-05 12:22:52 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-10 20:21:51 +0000 |
commit | a67a3227f830788f486a6dbac9b381041d3e130e (patch) | |
tree | 7c2c0607c21362086003574662878703963c690e /src | |
parent | 7811a45553cf750a19040ff9e2532f7f5ba5ed78 (diff) |
soc/intel/alderlake: Drop unreferenced `InternalGfx`
This option is not referenced anywhere. Drop it.
Change-Id: Ie59de5399a9b1713109bf334d4ad1d7f7efb91f9
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52104
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/alderlake/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h index 3bee09d01f..164d1b9e4e 100644 --- a/src/soc/intel/alderlake/chip.h +++ b/src/soc/intel/alderlake/chip.h @@ -149,7 +149,6 @@ struct soc_intel_alderlake_config { IGD_SM_56MB = 0xFD, IGD_SM_60MB = 0xFE, } IgdDvmt50PreAlloc; - uint8_t InternalGfx; uint8_t SkipExtGfxScan; /* HeciEnabled decides the state of Heci1 at end of boot |