commit | db6d8726dd9d206b2e1ac169bd16289c4ee6322f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:38 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 25bb68e42fe81fe8aaa11006a6e37d0bc5ee4d70 | |
parent | 6816489903286b221f8af34e8dcf025190117e11 [diff] |
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>