commit | e1d46fa8ddfc1866caf1fbf67862eb98adf84bbc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 16 20:59:24 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 23 10:24:39 2021 -0500 |
tree | 8ba5a53676065b13d20318448cd0ac379491a88f | |
parent | 0a1b3b6d4ec249c3fdd5a5f56b19952a99d9f83e [diff] |
fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup() This logic is a bit convoluted for one function. Move the mulit-FIT part into its own function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>