]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/common/splashimage.c
karo: tx6: add support for TX6-V2 (eMMC)
[karo-tx-uboot.git] / board / karo / common / splashimage.c
index f7d93e536d1c621822553e135db2c8a8c3405566..e39d8d56c95d3cb4693735a2df18059b5d1286dd 100644 (file)
@@ -52,7 +52,7 @@ int karo_load_splashimage(int mode)
                return 0;
        }
 
-       if (tstc())
+       if (had_ctrlc())
                return -ENODEV;
 
        ret = karo_load_part(splashimage, (void *)la, fbsize);