commit | 8a876e4a328c836ed75644bb6930178fcf6d8ba3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:41 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:27 2021 -0400 |
tree | 667372191c3a70cd9343180c8d7f6273afbb9ab9 | |
parent | 3afbb602f3564d442c1383944266617c8cfcaf68 [diff] |
image: Split up boot_get_fdt() This function is far too long. Before trying to remove #ifdefs, split out the code that deals with selecting the FDT into a separate function. Signed-off-by: Simon Glass <sjg@chromium.org>