commit | a63f81c242090682ea4907fa6475d8057208cb05 | [log] [tgz] |
---|---|---|
author | Matthias Brugger <mbrugger@suse.com> | Thu Dec 05 18:53:14 2019 +0100 |
committer | Matthias Brugger <mbrugger@suse.com> | Wed Dec 11 10:14:12 2019 +0100 |
tree | 76634e7d9c1b0641ec518fb0ad3e5ce6a28a86d3 | |
parent | e19cfcc07ac5da8b3a04e21875ec542d994865d4 [diff] |
rpi: Enable DRAM bank initialization on arm64 Up to now we only update the DRAM banks when we are define CONFIG_BCM2711. But our one binary approach uses a config that supports BCM2837 and BCM2711. As a result we only see one gibibyte of RAM on Raspberry Pi 4, even if it has more RAM. Fix this by calling dram_init_banksize. Fixes: 5694090670 ("ARM: defconfig: add unified config for RPi3 and RPi4") Signed-off-by: Matthias Brugger <mbrugger@suse.com>