]> git.baikalelectronics.ru Git - uboot.git/commit
boot: Correct handling of addresses in boot_relocate_fdt()
authorSimon Glass <sjg@chromium.org>
Tue, 11 Oct 2022 15:47:10 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 03:17:12 +0000 (21:17 -0600)
commit4651e9ea6b28b21013bfcdd5b591a38ad032e582
treef6996979b473aa79269e86a4fe2b6f38daa066a4
parent74cdb648c6df6e761f46ad344fa9e3e4f8ae0c66
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>
boot/image-fdt.c