commit | efee71ab4d51e4ee68960a93b0c23682be040bd9 | [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 | c38af2ccfd296b7f277b951759b30b879ed2a199 [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>