]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: Add a way to start sandbox without a device tree
authorSimon Glass <sjg@chromium.org>
Wed, 27 Apr 2022 19:47:56 +0000 (13:47 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 5 May 2022 13:28:48 +0000 (09:28 -0400)
commit1f6f4c32dfd67e8b7a4880d787b0f523f94ab7e2
tree1b585d841ba5cc43468e309b26373360484c30b6
parent98c675d8eca87e0f9b57daf578bbb79df9280eaf
test/py: Add a way to start sandbox without a device tree

This is useful sometimes when running a specific test. Add support for it
in the existing restart_uboot_with_flags() function.

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