]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Create a function to get a live tree in a test
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:27:29 +0000 (20:27 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 30 Sep 2022 02:43:43 +0000 (22:43 -0400)
commitec495eab097ce34c0de30e28780531e93f91dfc1
tree8715c87caac2fb77d2e11877c9964fbc850e3503
parent43f223d0748c5f461fcb0bababf55a46c079b735
dm: core: Create a function to get a live tree in a test

Move this logic out of the test into separate functions, so we can use it
in other tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/ofnode.c