]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/thermal/imx_thermal.c
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[karo-tx-uboot.git] / drivers / thermal / imx_thermal.c
index 116158511dba7928115a6d5f1ddda22d3cd4a122..0bd9cfd0304587275c2e36d10198280681d7a607 100644 (file)
@@ -156,8 +156,6 @@ static int imx_thermal_probe(struct udevice *dev)
        if (fuse == 0 || fuse == ~0) {
                printf("CPU:   Thermal invalid data, fuse: 0x%x\n", fuse);
                return -EPERM;
-       } else {
-               printf("CPU:   Thermal calibration data: 0x%x\n", fuse);
        }
 
        *priv = fuse;