diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-17 14:42:06 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-17 14:42:15 +0100 |
commit | 5f61b303b5f91d2841d59775a72cda5e4e9ea686 (patch) | |
tree | bd8f4eb657d4f3d2d017838473ddf93c7fcdd3e3 | |
parent | 36e49e68be66a14f0ea91e3f205e0c85f6c7117b (diff) | |
download | meta-raspberrypi-ag/rpi4-64-mem.tar.gz |
raspberrypi4-64.conf: Remove memory limitationag/rpi4-64-mem
We can do this because the kernel now includes a workaround for the DMA
issue.
https://github.com/raspberrypi/linux/pull/3080
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi4-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index 36509a9..2914c74 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf | |||
@@ -31,4 +31,4 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image" | |||
31 | KERNEL_IMAGETYPE_DIRECT ?= "Image" | 31 | KERNEL_IMAGETYPE_DIRECT ?= "Image" |
32 | KERNEL_BOOTCMD ?= "booti" | 32 | KERNEL_BOOTCMD ?= "booti" |
33 | 33 | ||
34 | RPI_EXTRA_CONFIG ?= "\n# RPi4 64bit has some limitation - see https://github.com/raspberrypi/linux/commit/cdb78ce891f6c6367a69c0a46b5779a58164bd4b\ntotal_mem=1024\narm_64bit=1" | 34 | RPI_EXTRA_CONFIG ?= "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1" |