X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fait%2Fcam_enc_4xx%2Fcam_enc_4xx.c;h=290dc1984ab3a9508e2dc3a2b6c0e393838691c3;hp=1f816b3df6ef2cfc6aebedd380b33439d0192a31;hb=e99f30e105a253ee64bef1ef83b86a47e0d3b6f1;hpb=12cc54376768461533b55ada1b0b6d4979f40579 diff --git a/board/ait/cam_enc_4xx/cam_enc_4xx.c b/board/ait/cam_enc_4xx/cam_enc_4xx.c index 1f816b3df6..290dc1984a 100644 --- a/board/ait/cam_enc_4xx/cam_enc_4xx.c +++ b/board/ait/cam_enc_4xx/cam_enc_4xx.c @@ -8,8 +8,8 @@ */ #include +#include #include -#include #include #include #include @@ -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);