diff options
Diffstat (limited to 'common/fdt_support.c')
| -rw-r--r-- | common/fdt_support.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/common/fdt_support.c b/common/fdt_support.c index 19b2ef6ea..8f7323d32 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -1196,13 +1196,13 @@ int fdt_alloc_phandle(void *blob)  }  /* - * fdt_create_phandle: Create a phandle property for the given node + * fdt_set_phandle: Create a phandle property for the given node   *   * @fdt: ptr to device tree   * @nodeoffset: node to update   * @phandle: phandle value to set (must be unique) -*/ -int fdt_create_phandle(void *fdt, int nodeoffset, uint32_t phandle) + */ +int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle)  {  	int ret; |