Paul Fagerburg has submitted this change. ( https://review.coreboot.org/c/coreboot/+/64811 )
Change subject: soc/mediatek/mt8186/pll.c: Fix typo in log message ......................................................................
soc/mediatek/mt8186/pll.c: Fix typo in log message
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: Ied8eb0fb51d0521eedd8ff77b1083813d3843570 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64811 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Hung-Te Lin hungte@chromium.org --- M src/soc/mediatek/mt8186/pll.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Hung-Te Lin: Looks good to me, approved
diff --git a/src/soc/mediatek/mt8186/pll.c b/src/soc/mediatek/mt8186/pll.c index 9fe6a51..cd41d5e 100644 --- a/src/soc/mediatek/mt8186/pll.c +++ b/src/soc/mediatek/mt8186/pll.c @@ -542,7 +542,7 @@ SET32_BITFIELDS(&mtk_topckgen->clk_misc_cfg_0, CLK_MISC_CFG_0_METER_DIV, 0); } else { - die("unsupport fmeter type\n"); + die("unsupported fmeter type\n"); }
/* enable frequency meter */
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.