From: Matthias Brugger Date: Thu, 5 Dec 2019 17:53:14 +0000 (+0100) Subject: rpi: Enable DRAM bank initialization on arm64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9dbf5f979eb073c8df5d148fa75ffcd4e8e65dc;p=platform%2Fkernel%2Fu-boot.git 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") Change-Id: Id7f3fec63777360d4536b836d98ad77f4b3a5a4e Signed-off-by: Matthias Brugger --- diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 4b0b5ad..a5bee9c 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -311,7 +311,6 @@ int dram_init_banksize(void) return fdtdec_setup_mem_size_base(); } #endif -#endif static void set_fdtfile(void) {