]> git.ipfire.org Git - thirdparty/qemu.git/commit
raspi4b: Reduce RAM to 1Gb on 32-bit hosts
authorCédric Le Goater <clg@redhat.com>
Fri, 29 Mar 2024 15:01:54 +0000 (16:01 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Apr 2024 09:13:48 +0000 (10:13 +0100)
commit393770d7a02135e7468018f52da610712f151ec0
tree311ff6e2662fefee041539601cc94e6712e26e8f
parent27c335a464ef3fdaffe759e8122e3e7742e19485
raspi4b: Reduce RAM to 1Gb on 32-bit hosts

Change the board revision number and RAM size to 1Gb on 32-bit hosts.
On these systems, RAM has a 2047 MB limit and this breaks the tests.

Fixes: 7785e8ea2204 ("hw/arm: Introduce Raspberry PI 4 machine")
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-id: 20240329150155.357043-1-clg@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/raspi4b.c