commit | c4f7c506d9e0be6465f70636ee9ba62df9d6f132 | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Thu Jun 25 18:16:06 2020 -0700 |
committer | Andes <uboot@andestech.com> | Thu Jul 02 10:03:09 2020 +0800 |
tree | 64d00a7965727030fb2f352c2e79aee1652a0f21 | |
parent | 76585c9ecc987fb1747345c6ca27e5034e872b2c [diff] |
riscv: Avoid the reserved memory fixup if src and dst point to the same place The copy of reserved memory node from source dtb to destination dtb can be avoided if they point to the same place. This is useful when OF_PRIOR_STAGE is used. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>