]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita3213c29a6538a0db30683206632aa6ddb4a20fa
tree18e4c1317208ba8028da01745098aa079e71956e
parent73a6b0f9d024bdf2a60ca6792cea2563c63e2ffe
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