]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cli: Move simple readline into a function
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:05 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:54 +0000 (15:43 -0400)
commit0f97e944b2bb08b7e13210fc6bea75817aee3237
tree4c366bd3f55a316247b873aa10dae03d82721981
parent429d59c3e5e6a3d3d6cd9f3c59c075e9037459c0
cli: Move simple readline into a function

Move this code into its own function since it is a separate
implementation from the full version.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli_readline.c