]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Ensure we run flattree tests on ofnode
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:38 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit3a1fc17a01442e9b11e2dbf803dc0b6e73b9a9fb
tree25bb68e42fe81fe8aaa11006a6e37d0bc5ee4d70
parent247970978d3de3e46537550e83137df586d9dee9
dm: core: Ensure we run flattree tests on ofnode

We need the UT_TESTF_SCAN_FDT flag set for these tests to run with flat
tree. In some cases it is missing, so add it.

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