Skip to content

Commit f8086f6

Browse files
committed
raspberrypi4-64: Remove the 3G RAM limitation
The PCIe bounce buffers were ported[1] in the kernel so we can remove this limitation now. [1] raspberrypi/linux#3144 Signed-off-by: Andrei Gherzan <[email protected]>
1 parent 4341d6f commit f8086f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/machine/raspberrypi4-64.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image"
3131
KERNEL_IMAGETYPE_DIRECT ?= "Image"
3232
KERNEL_BOOTCMD ?= "booti"
3333

34-
RPI_EXTRA_CONFIG ?= "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1\n\n# Limit RAM to 3G. See: https://github.com/raspberrypi/linux/issues/3093\ntotal_mem=3072"
34+
RPI_EXTRA_CONFIG ?= "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1"
3535

3636
ARMSTUB ?= "armstub8-gic.bin"

0 commit comments

Comments
 (0)