commit | 73957c7c823aecb5dab165b2412906d77eb0037e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:41 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 07 17:46:49 2021 -0400 |
tree | eda30d2f499730ac17fba9cd8901e90a61836c50 | |
parent | 9d04639c9e1eb90ad49fd2d2d9a8a109fdd2a263 [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>