[PATCH v2 04/14] boot: Correct handling of addresses in boot_relocate_fdt()

Simon Glass sjg at chromium.org
Mon Oct 17 23:30:17 CEST 2022


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 at chromium.org>
---

(no changes since v1)

 boot/image-fdt.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list