diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-07 14:31:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-07 14:31:00 -0400 |
commit | 314b9b4a38befd120ce1c566d9eea8e0ec9d8336 (patch) | |
tree | 928486047400278e4a08469cd61a94aba690e868 /api/api_platform-mips.c | |
parent | 96d66a9b8ce11aae9f8bef5244b83b4740b37644 (diff) | |
parent | bac9da46c57511e574aa7e763e17fdd6f55db5bb (diff) |
Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next
Diffstat (limited to 'api/api_platform-mips.c')
-rw-r--r-- | api/api_platform-mips.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/api_platform-mips.c b/api/api_platform-mips.c index 51cd328b3d0..e1509663af5 100644 --- a/api/api_platform-mips.c +++ b/api/api_platform-mips.c @@ -24,8 +24,7 @@ DECLARE_GLOBAL_DATA_PTR; int platform_sys_info(struct sys_info *si) { - platform_set_mr(si, gd->bd->bi_memstart, - gd->bd->bi_memsize, MR_ATTR_DRAM); + platform_set_mr(si, gd->ram_base, gd->ram_size, MR_ATTR_DRAM); return 1; } |