]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/soft_i2c.c
mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support
[karo-tx-uboot.git] / drivers / i2c / soft_i2c.c
index 9b02e89e0392c975bf71879ad4a056d4dddd1d10..36c6114e3cc9e307174883e920352503d04d1948 100644 (file)
@@ -119,7 +119,6 @@ DECLARE_GLOBAL_DATA_PTR;
 
 #ifdef DEBUG_I2C
 #define PRINTD(fmt,args...)    do {    \
-       if (gd->have_console)           \
                printf (fmt ,##args);   \
        } while (0)
 #else