Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dfdt.c30 static int fdt_parse_prop(char *const*newval, int count, char *data, int *len);
294 ret = fdt_parse_prop(&argv[4], argc - 4, data, &len); in do_fdt()
756 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop() function