aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/mt6391.c
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2017-10-24 15:40:18 +0200
committerNico Huber <nico.h@gmx.de>2017-11-03 07:41:00 +0000
commit22db82d91d7f02c38dcbf5f998f097255999a431 (patch)
tree1a6a2f50b7d2ec5cc01c5ab5655706742df5382b /src/soc/mediatek/mt8173/mt6391.c
parent454cfa00b98426c018763b78e8d792aaec8d6826 (diff)
soc/mediatek/mt8173: Fix typo in debug message
Change-Id: I431a23129af8744f51edfee450f3c6e5cb0f3898 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/22280 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8173/mt6391.c')
-rw-r--r--src/soc/mediatek/mt8173/mt6391.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/mt6391.c b/src/soc/mediatek/mt8173/mt6391.c
index 8ef181491f..2338aaedd4 100644
--- a/src/soc/mediatek/mt8173/mt6391.c
+++ b/src/soc/mediatek/mt8173/mt6391.c
@@ -462,7 +462,7 @@ static void mt6391_default_buck_voltage(void)
void mt6391_init(void)
{
if (pwrap_init())
- die("ERROR - Failed to initial pmic wrap!");
+ die("ERROR - Failed to initialize pmic wrap!");
/* pmic initial setting */
mt6391_init_setting();