mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
Add cli_ prefix to readline functions
This makes it clear where the code resides. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6493ccc7cf
commit
e1bf824dfd
18 changed files with 67 additions and 63 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue