Home
last modified time | relevance | path

Searched refs:sandbox_read_fdt_from_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Du-boot-sandbox.h83 int sandbox_read_fdt_from_file(void);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dcpu.c241 int sandbox_read_fdt_from_file(void) in sandbox_read_fdt_from_file() function
/openbmc/u-boot/lib/
H A Dfdtdec.c1263 if (sandbox_read_fdt_from_file()) { in fdtdec_setup()