summaryrefslogtreecommitdiff
path: root/test/dm
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-02-13 08:56:34 -0700
committerSimon Glass <[email protected]>2023-02-14 09:43:27 -0700
commite316fbabbf1fe505162e35044c7924cbca0d73fd (patch)
tree838404c3c52c358673bd7465733dfba296c03c06 /test/dm
parent8c103c33fb14086aad6feda504934314d4397dd7 (diff)
dm: treewide: Complete migration to new driver model schema
Update various build and test components to use the new schema. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/dm')
-rw-r--r--test/dm/test-fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/test-fdt.c b/test/dm/test-fdt.c
index 1d2af94f568..8e6e42e46b4 100644
--- a/test/dm/test-fdt.c
+++ b/test/dm/test-fdt.c
@@ -215,7 +215,7 @@ static int dm_test_fdt_pre_reloc(struct unit_test_state *uts)
/*
* These are 2 pre-reloc devices:
- * one with "u-boot,dm-pre-reloc" property (a-test node), and the other
+ * one with "bootph-all" property (a-test node), and the other
* one whose driver marked with DM_FLAG_PRE_RELOC flag (h-test node).
*/
ut_asserteq(2, list_count_items(&uc->dev_head));