commit | 80968940eef211c23ba5cf94eb2fc8fde0dae999 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 08:27:50 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | c4bb7df8b11b451fdb165b4c6003c875fce059fd | |
parent | 6a66109b00c9f6e80d4473151f5676b55034a09d [diff] |
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>