Re: [PATCH v2 1/2] fdt: Correct condition for receiving bloblist

2024-12-18 Thread Tom Rini
On Sat, 02 Nov 2024 11:49:41 -0600, Simon Glass wrote: > The condition for receiving a bloblist from TPL is reversed. This was > only noticed are the other fixes landed. Fix it. > > Applied to u-boot/next, thanks! -- Tom

[PATCH v2 1/2] fdt: Correct condition for receiving bloblist

2024-11-02 Thread Simon Glass
The condition for receiving a bloblist from TPL is reversed. This was only noticed are the other fixes landed. Fix it. Signed-off-by: Simon Glass Reviewed-by: Matthias Brugger --- (no changes since v1) lib/fdtdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fdtdec