Signed-off-by: David Zang <davidzan...@gmail.com>
---
 arch/arm/mach-imx/imx8ulp/soc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx8ulp/soc.c b/arch/arm/mach-imx/imx8ulp/soc.c
index bbcd862caa3..5de15b59b96 100644
--- a/arch/arm/mach-imx/imx8ulp/soc.c
+++ b/arch/arm/mach-imx/imx8ulp/soc.c
@@ -400,7 +400,7 @@ int print_cpuinfo(void)
        if (!ret) {
                ret = thermal_get_temp(udev, &temp);
                if (!ret)
-                       printf("CPU current temperature: %d\n", temp);
+                       printf("CPU current temperature: %dC\n", temp);
                else
                        debug(" - failed to get CPU current temperature\n");
        } else {
-- 
2.34.1

Reply via email to