commit | 491734f9f9959931abf0e104b3fc00dfc1fec85e | [log] [tgz] |
---|---|---|
author | Atish Patra <atish.patra@wdc.com> | Wed Jun 24 14:56:15 2020 -0700 |
committer | Andes <uboot@andestech.com> | Fri Jul 03 15:09:00 2020 +0800 |
tree | 6b3215b7bfe00d245d7d89ceac16c505ae9474e8 | |
parent | f0947db02aeb86c1ce672e0090215f32dbe6725f [diff] |
riscv: Use optimized version of fdtdec_get_addr_size_no_parent fdtdec_get_addr_size_no_parent is not an optimized version if parent node is already available with the caller. Use fdtdec_get_addr_size_auto_parent to read the "reg" property Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com>