]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move the receive code into a function
authorSimon Glass <sjg@chromium.org>
Thu, 10 Oct 2024 00:29:01 +0000 (18:29 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 16:24:27 +0000 (10:24 -0600)
commite4ad90149cee8e98d4a881ef535f50ef2cffa168
treef3f814985b4bc7c2e3fdebd59c3a584fbc2c1fda
parent40a1ed1e761d56246eeb70c93f9075c88545f4c0
test: Move the receive code into a function

There is quite a bit of code to deal with receiving data from the target
so move it into its own receive() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_spawn.py