Home
last modified time | relevance | path

Searched refs:of_live (Results 1 – 4 of 4) sorted by relevance

/u-boot/test/dm/
A Dtest-main.c28 static int dm_test_init(struct unit_test_state *uts, bool of_live) in dm_test_init() argument
39 gd_set_of_root(of_live ? uts->of_root : NULL); in dm_test_init()
40 ut_assertok(dm_init(of_live)); in dm_test_init()
82 bool of_live) in dm_do_test() argument
88 !of_live ? " (flat tree)" : ""); in dm_do_test()
89 ut_assertok(dm_test_init(uts, of_live)); in dm_do_test()
/u-boot/include/dm/
A Droot.h105 int dm_init(bool of_live);
/u-boot/lib/
A DMakefile16 obj-$(CONFIG_OF_LIVE) += of_live.o
/u-boot/drivers/core/
A Droot.c132 int dm_init(bool of_live) in dm_init() argument

Completed in 6 milliseconds