commit | 8169ecebd3ece34234452f2f6f8269920e1d1f10 | [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 | 975dd8a5646488209474938c0cbc70ae35c79583 [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>