commit | 8a804dc35f9eba124f62c807e6713a8b5bdd5b29 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Feb 25 17:22:55 2021 +0800 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Fri Mar 05 10:25:44 2021 +0530 |
tree | 211b04ac346bd04575b306a84cc984208b3591eb | |
parent | 92f5454a236cda48d2ed1959d043b6da64c62929 [diff] |
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> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>