]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dcr.c
lcd: properly display bitmaps > 8bpp
[karo-tx-uboot.git] / common / cmd_dcr.c
index c5bcb8b89dc63f4c6ecc661b86da90898be14f72..4fddd804abd9bbad5b3c682dbe5211151a47b3a0 100644 (file)
@@ -63,7 +63,7 @@ int do_setdcr (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
        do {
                value = get_dcr (dcrn);
                printf ("%04x: %08lx", dcrn, value);
-               nbytes = readline (" ? ");
+               nbytes = cli_readline(" ? ");
                if (nbytes == 0) {
                        /*
                         * <CR> pressed as only input, don't modify current