commit | 4cb35b7a1fdf060a0839b71f6dbf8d08b1ae62e0 | [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 | a2198cd0185904929d90a1a814d7e0b47877e46b [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>