Add cli_ prefix to readline functions
[oweals/u-boot.git] / common / cmd_pci.c
index ddda207e584109ea9c8025587529f21067fe8321..1ed55cedb16e13800b8b08c7b7d7e6cfdc260c02 100644 (file)
@@ -346,7 +346,7 @@ pci_cfg_modify (pci_dev_t bdf, ulong addr, ulong size, ulong value, int incrflag
                        printf(" %02x", val1);
                }
 
-               nbytes = readline (" ? ");
+               nbytes = cli_readline(" ? ");
                if (nbytes == 0 || (nbytes == 1 && console_buffer[0] == '-')) {
                        /* <CR> pressed as only input, don't modify current
                         * location and move to next. "-" pressed will go back.