commit | 84137373dcdbb6efe15eee44b5904dc688f74dd1 | [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 | fa3f52d0f18700aea6bdc2be1248323d9229f874 [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>