Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84492?usp=email )
Change subject: soc/intel/common: systemagent: Fix typo in HAVE_BDSM_BGSM_REGISTER help text ......................................................................
soc/intel/common: systemagent: Fix typo in HAVE_BDSM_BGSM_REGISTER help text
regist*re*s → regist*er*s
Change-Id: Ie5f5cb481f0fac335e592fd3f1f56d5462e37c1e Fixes: 2b0b2ef9a258 ("soc/intel/common/systemagent: select CAPID_A, BDSM and BGSM by Kconfig") Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/84492 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nicholas Sudsgaard devel+coreboot@nsudsgaard.com --- M src/soc/intel/common/block/systemagent/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nicholas Sudsgaard: Looks good to me, approved
diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig index 42d579a..b075c92 100644 --- a/src/soc/intel/common/block/systemagent/Kconfig +++ b/src/soc/intel/common/block/systemagent/Kconfig @@ -53,6 +53,6 @@ bool default y help - Specify if the SOC has BDSM and BGSM registres. + Specify if the SOC has BDSM and BGSM registers.
endif