Searched refs:fdt_setprop_uxx (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | fdt_support.h | 20 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name,
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 189 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx() function 264 err = fdt_setprop_uxx(fdt, nodeoffset, "linux,initrd-start", in fdt_initrd() 273 err = fdt_setprop_uxx(fdt, nodeoffset, "linux,initrd-end", in fdt_initrd()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 1554 err = fdt_setprop_uxx(fdt, nodeoffset, "linux,initrd-start", in ft_verify_fdt() 1561 err = fdt_setprop_uxx(fdt, nodeoffset, "linux,initrd-end", in ft_verify_fdt()
|