commit | 7e24518c904d9cab8185a1248a24e86c4ceb19ae | [log] [tgz] |
---|---|---|
author | Rick Chen <rick@andestech.com> | Thu Nov 14 13:52:23 2019 +0800 |
committer | Andes <uboot@andestech.com> | Tue Dec 10 08:23:10 2019 +0800 |
tree | d5ab0b034288ff6acda40b47c2ac5ca6d8c1d755 | |
parent | cd61e86e6d2a86b3affd90eeae3f5c97fe990b04 [diff] |
riscv: ax25-ae350: Use generic memory size setup To get memory size from device tree instead of get_ram_size(). This can avoid memory access fault in U-Boot proper after PMP configurations in OpenSBI. Signed-off-by: Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com> Cc: Alan Kao <alankao@andestech.com>