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)
commitee93f6129d0851b8667efaa5dc91ee201cce24b8
tree1b585d841ba5cc43468e309b26373360484c30b6
parent55a8bb94f98249f9ac8bbf5850d3db1d564dd197
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