commit | 54bcf26a75b488608303080efd6f5030f310e0d5 | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue Aug 18 01:09:20 2020 -0700 |
committer | Andes <uboot@andestech.com> | Tue Aug 25 09:33:16 2020 +0800 |
tree | 93d7e5693f014ffc6f303d97ec759f69f0fc5f0d | |
parent | 7cb5151636007b3dfc71b3d6b68922e808ce50e4 [diff] |
riscv: fu540: Use correct API to get L2 cache controller base address At present fdtdec_get_addr() is used to get L2 cache controller base address. This only works for a fixed #address-cells and #size-cells. Change to use fdtdec_get_addr_size_auto_parent() instead. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Pragnesh Patel <pragnesh.patel@openfive.com>