diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index ca35be837bed0840e27e848c891f79a30890f7e9..09a3c52680276d134880d389bcb6c20e85c2135f 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -232,7 +232,7 @@ static int imx_thermal_probe(struct udevice *dev) if (is_soc_type(MXC_SOC_MX6)) { /* Check for valid fuse */ if (fuse == 0 || fuse == ~0) { - printf("CPU: Thermal invalid data, fuse: 0x%x\n", + debug("CPU: Thermal invalid data, fuse: 0x%x\n", fuse); return -EPERM; }