mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
fdt_support: Fix comment for fdt_create_phandle()
This function does not necessarily create a new phandle. If a phandle exists, no new phandle is created. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2105cd0421
commit
c92ccba771
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle)
|
|||
}
|
||||
|
||||
/*
|
||||
* fdt_create_phandle: Create a phandle property for the given node
|
||||
* fdt_create_phandle: Get or create a phandle property for the given node
|
||||
*
|
||||
* @fdt: ptr to device tree
|
||||
* @nodeoffset: node to update
|
||||
|
|
Loading…
Add table
Reference in a new issue