Re: [PATCH u-boot-marvell 05/11] fdt_support: Fix comment for fdt_create_phandle()

2021-11-12 Thread Stefan Roese
On 11/3/21 03:02, Marek Behún wrote: From: Marek Behún This function does not necessarily create a new phandle. If a phandle exists, no new phandle is created. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- common/fdt_support.c | 2 +- 1 file changed, 1

[PATCH u-boot-marvell 05/11] fdt_support: Fix comment for fdt_create_phandle()

2021-11-02 Thread Marek Behún
From: Marek Behún This function does not necessarily create a new phandle. If a phandle exists, no new phandle is created. Signed-off-by: Marek Behún --- common/fdt_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index