commit | b62d34937ad9eeb4ee67eb62cf1937f35f0d014c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 21 16:08:19 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 18 11:49:13 2023 -0700 |
tree | 7ce02d74fafdd8d6fd2e19ea41788400c05b1e5e | |
parent | c662d0b72272b183d66039c9337f7b58b56530ff [diff] |
fdt: Drop ifdefs in fdtdec_prepare_fdt() This function is a bit messy with several #ifdefs. Convert them to use C for the conditions. Rewrite the function comment since most of it is stale. Signed-off-by: Simon Glass <sjg@chromium.org>