commit | 920382659a585dc0bfff19ff696f35369e7fe45c | [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 | c3027d029b141538633adb0e7d599396676f7dd3 [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>