summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-08-15 16:15:56 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-08-15 16:50:50 +0100
commit8106df150dd2ad57620fa70f1b37f99db90c78b3 (patch)
treef0336ddf5a9c1821e580d3352f8a5fa29abb292f
parentc6e0a7e4678e15137f42ec984905c1f24ac79cfe (diff)
downloadmeta-raspberrypi-8106df150dd2ad57620fa70f1b37f99db90c78b3.tar.gz
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] https://github.com/raspberrypi/linux/pull/3144 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi4-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
index 2455172..e308577 100644
--- a/conf/machine/raspberrypi4-64.conf
+++ b/conf/machine/raspberrypi4-64.conf
@@ -31,6 +31,6 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image"
31KERNEL_IMAGETYPE_DIRECT ?= "Image" 31KERNEL_IMAGETYPE_DIRECT ?= "Image"
32KERNEL_BOOTCMD ?= "booti" 32KERNEL_BOOTCMD ?= "booti"
33 33
34RPI_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" 34RPI_EXTRA_CONFIG ?= "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1"
35 35
36ARMSTUB ?= "armstub8-gic.bin" 36ARMSTUB ?= "armstub8-gic.bin"