commit | 19511935df44f0fec01c6538176f1b6ea4dd63d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 11 09:47:10 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:12 2022 -0600 |
tree | f6996979b473aa79269e86a4fe2b6f38daa066a4 | |
parent | 2c0b61d562d3d5db46cc72cd4ae66fb13b3185cf [diff] |
boot: Correct handling of addresses in boot_relocate_fdt() This code uses casts between addresses and pointers, so does not work with sandbox. Update it so we can allow sandbox to do device tree fixups. Signed-off-by: Simon Glass <sjg@chromium.org>