commit | 33ba72700b586babfad7f5ef1e408b6b399fe0ec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 11 09:47:15 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:13 2022 -0600 |
tree | 7472327c1a61f45e29ce7952d5a770354919aa15 | |
parent | 0718c3154c428b694bff94fab178bc2c43ce3ff9 [diff] |
boot: Pass the correct FDT to the EVT_FT_FIXUP event Now that we support multiple device trees with the ofnode interface, we can pass the correct FDT to this event. This allows the 'working' FDT to be fixed up, as expected, so long as OFNODE_MULTI_TREE is enabled. Also make sure we don't try to do this with livetree, which does not support fixups yet. Signed-off-by: Simon Glass <sjg@chromium.org>