commit | 8784b0b717ceff4ce1f40f27d10b9af3bc1e8a89 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 22 17:46:02 2020 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Sep 01 14:47:43 2020 +0200 |
tree | 840d05be38ffc1690c7e9aedc291c067c0731189 | |
parent | ca62764710ed50d79d59ed14c1b76021727adbaa [diff] |
dfu: fix dfu tftp on sandbox The environment variable loadaddr is in the virtual address space of the sandbox. To get the actual memory address where the FIT image has been loaded we have to convert this address according to the memory mapping of the sandbox. Equally the addresses in the *.its file have to be converted when used in the dfu_ram driver. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>