commit | 599b1add8b1d114a77204f89ed9c00a994d0a07f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:41 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 06 15:33:11 2021 -0400 |
tree | 38cdf420c4bd36cf9fb03902b11c16844879f853 | |
parent | 0c0cd98950628df5725c1f4e7113e663caa2cff5 [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>