
-----Original Message----- From: Bin Meng bmeng.cn@gmail.com Sent: Thursday, February 18, 2021 9:28 PM To: Simon Glass sjg@chromium.org; Alexander Graf agraf@csgraf.de; Priyanka Jain priyanka.jain@nxp.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Tom Rini trini@konsulko.com Subject: [PATCH v2 34/38] ppc: qemu: Delete the temporary FDT virtual- physical mapping after U-Boot is relocated
After U-Boot is relocated to RAM already, the previous temporary FDT virtual- physical mapping that was used in the pre-relocation phase is no longer needed. Let's delete the mapping.
get_fdt_virt() might be used before and after relocation, update it to return different virtual address of FDT.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- new patch: ppc: qemu: Delete the temporary FDT virtual-physical mapping
after U-Boot is relocated
board/freescale/qemu-ppce500/qemu-ppce500.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Reviewed-by: Priyanka Jain priyanka.jain@nxp.com