diff options
| author | Masahisa Kojima <[email protected]> | 2023-10-03 11:29:57 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-11 10:35:24 -0400 |
| commit | 357f4fb0bdc5ca1e6e881638b7089444f07b99d3 (patch) | |
| tree | afccf1685335fb01dea508570e1c636af67bfe59 /include/linux/zstd_errors.h | |
| parent | 2d307fb9ed2065cc1596a3c4263e55d1cae6799d (diff) | |
board: synquacer: set actual gd->ram_top and gd->ram_size
Current gd->ram_size and gd->ram_top reflect only the
first DRAM bank even if the SynQuacer Developerbox could
have up to three DRAM banks.
With the commit 06d514d77c37 ("lmb: consider EFI memory map"),
the first DRAM bank indicates <4GB address, so whole >4GB memory
is marked as EFI_BOOT_SERVICES_DATA and it results that
U-Boot can not access >4GB memory.
Since 64-bits DRAM address is fully available on the SynQuacer
Developerbox, let's set the installed DIMM information to
gd->ram_top and gd->ram_size.
Signed-off-by: Masahisa Kojima <[email protected]>
Acked-by: Jassi Brar <[email protected]>
Diffstat (limited to 'include/linux/zstd_errors.h')
0 files changed, 0 insertions, 0 deletions
