fdt: Correct condition for receiving bloblist
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 17:49:41 +0000 (11:49 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Dec 2024 21:16:55 +0000 (15:16 -0600)
commit447f18d00de80384df334acdbe5972762d3d1e1e
treeb05b082fc802dc76c5b36d5b13674d271a97d095
parentb066ac51e0430966d8028bcdfa12f461d9013f57
fdt: Correct condition for receiving bloblist

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 <sjg@chromium.org>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
lib/fdtdec.c