commit | 73d756fd224666e6fa029920f3aaf9cbfab71cb5 | [log] [tgz] |
---|---|---|
author | Atish Patra <atish.patra@wdc.com> | Tue Apr 21 11:15:03 2020 -0700 |
committer | Andes <uboot@andestech.com> | Thu Apr 23 10:14:16 2020 +0800 |
tree | d8dea2c299993682270d8e3f7f72152ed13ccb56 | |
parent | 0cb27856d12ff1350996f93015972203b24387cc [diff] |
riscv: Copy the reserved-memory nodes to final DT The DT used by U-Boot may be different from the DT being passed to the OS if the DT is loaded from external media such as network or mmc. In that case, the reserved-memory node needs to be copied to the DT passed to the OS. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>