]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: hush_modern: Add functions to be called from run_command()
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:34 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
commit3b13faf9f3dc59c998c31d8a4077b7906f7f965d
tree985000d3f280f918ab62dc4578587d6f3b537ded
parent74e425407f1cb90df0dba7f1ae3cffa359168967
cli: hush_modern: Add functions to be called from run_command()

run_command() is called internally by the command run and it can also be called
directly from U-Boot code, e.g. to do unit tests.
This commit adds this path to go to modern hush.

Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/cli_hush_upstream.c