Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dtest-main.c24 static int dm_test_init(struct unit_test_state *uts, bool of_live) in dm_test_init() argument
35 gd->of_root = of_live ? uts->of_root : NULL; in dm_test_init()
37 ut_assertok(dm_init(of_live)); in dm_test_init()
79 bool of_live) in dm_do_test() argument
85 !of_live ? " (flat tree)" : ""); in dm_do_test()
86 ut_assertok(dm_test_init(uts, of_live)); in dm_do_test()
/openbmc/u-boot/include/dm/
H A Droot.h107 int dm_init(bool of_live);
/openbmc/u-boot/drivers/core/
H A Droot.c152 int dm_init(bool of_live) in dm_init() argument
173 if (of_live) in dm_init()
/openbmc/u-boot/lib/
H A DMakefile16 obj-$(CONFIG_OF_LIVE) += of_live.o