]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dcr.c
mmc: add function to get the number of available mmc interfaces
[karo-tx-uboot.git] / common / cmd_dcr.c
index 896f79f416c3a10128525cb91576fc285945dfd1..4fddd804abd9bbad5b3c682dbe5211151a47b3a0 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <common.h>
+#include <cli.h>
 #include <config.h>
 #include <command.h>
 
@@ -62,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