Home
last modified time | relevance | path

Searched refs:SPL_EXPORT_FDT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dspl.c16 [SPL_EXPORT_FDT] = (const char * []) {
98 U_BOOT_CMD_MKENT(fdt, 0, 1, (void *)SPL_EXPORT_FDT, "", ""),
118 case SPL_EXPORT_FDT: in spl_export()
/openbmc/u-boot/include/
H A Dcmd_spl.h10 #define SPL_EXPORT_FDT (0x00000001) macro