]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdt: Move ft_verify_fdt() before the final fixups
authorSimon Glass <sjg@chromium.org>
Sun, 12 Nov 2023 15:27:50 +0000 (08:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commitdbdc9c6aefbf5f90777584ab2f914b34ddfc23e5
treec4bb7df8b11b451fdb165b4c6003c875fce059fd
parent79e9727f152f4e0ea46ffe2da74d6fc2574e4c98
fdt: Move ft_verify_fdt() before the final fixups

Move this check before the FDT fixups so that we can use a livetree
after this point.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-fdt.c