Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84594?usp=email )
Change subject: soc/intel/jasperlake: Remove Cnvi Audio Offload bool ......................................................................
soc/intel/jasperlake: Remove Cnvi Audio Offload bool
This isn't used anywhere, so remove it.
Change-Id: Ieb5980929ef35ae129f9e548da7ab71efa2ae7f3 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/84594 Reviewed-by: coreboot org coreboot.org@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/jasperlake/chip.h 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified coreboot org: Looks good to me, approved
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h index 00fac3c..ae0a514 100644 --- a/src/soc/intel/jasperlake/chip.h +++ b/src/soc/intel/jasperlake/chip.h @@ -227,9 +227,6 @@ /* Enable Pch iSCLK */ bool pch_isclk;
- /* CNVi BT Audio Offload: Enable/Disable BT Audio Offload. */ - bool CnviBtAudioOffload; - /* Tcss */ bool TcssXhciEn; bool TcssXdciEn;