commit | def764e4298427ddc9e200e615b3445fec5e2d6c | [log] [tgz] |
---|---|---|
author | Frank Wunderlich <frank-w@public-files.de> | Sat Jun 15 11:34:56 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 27 10:52:39 2024 -0600 |
tree | 7f646ea06cdb645b3dbd49fe7b5a59ddcc32e565 | |
parent | 1b42e579b7c3562b138360596dbdee9f54f3f498 [diff] |
arm: mediatek: fix ram init for mt7622 (decrease to 1G) RAM init on mt7622 based bananapi R64 is broken since v2023.10. Increasing the mem-map does not help here, so i reduced the maximum available ram in get_ram_size call from 2G to 1G (board has only 1G). Fixes: 5fd6d4c7b3ad ("arm: mediatek: retrieve ram_base from dts node for armv8 platform") Signed-off-by: Frank Wunderlich <frank-w@public-files.de>