fdt_support: Fix comment for fdt_create_phandle()
authorMarek Behún <marek.behun@nic.cz>
Fri, 26 Nov 2021 13:57:09 +0000 (14:57 +0100)
committerStefan Roese <sr@denx.de>
Sun, 19 Dec 2021 08:50:47 +0000 (09:50 +0100)
commitc92ccba7710b3f5fbeebced9cad57f24c940b834
tree18e4c1317208ba8028da01745098aa079e71956e
parent2105cd042124623a7ad64b6955aba67115db83a3
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>
common/fdt_support.c