summaryrefslogtreecommitdiffstats
path: root/board/ait/cam_enc_4xx/cam_enc_4xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ait/cam_enc_4xx/cam_enc_4xx.c')
-rw-r--r--board/ait/cam_enc_4xx/cam_enc_4xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ait/cam_enc_4xx/cam_enc_4xx.c b/board/ait/cam_enc_4xx/cam_enc_4xx.c
index 7c26ba0059..9aa1d7aece 100644
--- a/board/ait/cam_enc_4xx/cam_enc_4xx.c
+++ b/board/ait/cam_enc_4xx/cam_enc_4xx.c
@@ -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);
OpenPOWER on IntegriCloud