]> git.sur5r.net Git - u-boot/blobdiff - board/ait/cam_enc_4xx/cam_enc_4xx.c
Add cli_ prefix to readline functions
[u-boot] / board / ait / cam_enc_4xx / cam_enc_4xx.c
index 7c26ba0059be3ea5fdeb07461a5106c031378959..9aa1d7aece41f56fa1451f18e23274b9a84eaeba 100644 (file)
@@ -777,7 +777,7 @@ static void ait_menu_read_env(char *name)
 
        sprintf(output, "%s old: %s value: ", name, getenv(name));
        memset(cbuf, 0, CONFIG_SYS_CBSIZE);
-       readret = readline_into_buffer(output, cbuf, 0);
+       readret = cli_readline_into_buffer(output, cbuf, 0);
 
        if (readret >= 0) {
                ret = setenv(name, cbuf);