From 8474f4dc9bfd46bcb111cd3257006057b46d7f08 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 5 Dec 2021 02:45:51 +0100 Subject: soc/intel/tigerlake: Drop unused SataEnable setting `SataEnable` is set by some boards, but it doesn't have any effect since its related FSP option is hooked up to the devicetree state. Thus, drop it. Change-Id: Id645bfcade7ca1d495fb8df538113b3d10392a82 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/59884 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Angel Pons --- src/soc/intel/tigerlake/chip.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/tigerlake/chip.h') diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h index e729e8c0ee64..09c8db1cafda 100644 --- a/src/soc/intel/tigerlake/chip.h +++ b/src/soc/intel/tigerlake/chip.h @@ -215,7 +215,6 @@ struct soc_intel_tigerlake_config { uint8_t SlowSlewRate; /* SATA related */ - uint8_t SataEnable; uint8_t SataMode; uint8_t SataSalpSupport; uint8_t SataPortsEnable[8]; -- cgit v1.2.3