Merge patch series "fdt: Correct condition for receiving bloblist"
authorTom Rini <trini@konsulko.com>
Wed, 18 Dec 2024 18:34:58 +0000 (12:34 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Dec 2024 21:19:16 +0000 (15:19 -0600)
This series is from Simon Glass <sjg@chromium.org>.

It first corrects the test for checking if a bloblist could have come
from TPL and so we check for a device tree, and then changes the
argument order for board_fdt_blob_setup() to be more inline with our
usual argument ordering.

Link: https://lore.kernel.org/r/20241102174944.412088-1-sjg@chromium.org

Trivial merge