]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - test/dm/core.c
test/dm/core.c: Make pre-reloc test use pre-reloc struct
[people/ms/u-boot.git] / test / dm / core.c
index 9fbc70d3ed5668d81e9c4edb85f326837ff57887..70bf4d0605a0fb4e8ddf73dbfe16837b884b8e49 100644 (file)
@@ -64,7 +64,7 @@ static struct driver_info driver_info_manual = {
 
 static struct driver_info driver_info_pre_reloc = {
        .name = "test_pre_reloc_drv",
-       .platdata = &test_pdata_manual,
+       .platdata = &test_pdata_pre_reloc,
 };
 
 void dm_leak_check_start(struct unit_test_state *uts)