Searched refs:fdt_setprop_uxx (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 179 static inline int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx() function 252 err = fdt_setprop_uxx(fdt, nodeoffset, "linux,initrd-start", in fdt_initrd() 261 err = fdt_setprop_uxx(fdt, nodeoffset, "linux,initrd-end", in fdt_initrd()
|