From: Meng Li <[email protected]>

The current default boot arguments include cgroup_disable=memory. this
setting was introduced by commit 3a44d1c ("BCM2708: Add core Device Tree
support").

However, the Raspberry Pi 5 has sufficient memory to support the cgroup
memory controller, This functionality was supported in previous versions
without being explicitly disabled, so its current disabling appears to be
mistaken.

Remove cgroup_disable=memory from the boot arguments to leave the cgroup
memory controller enabled by default.

Signed-off-by: Meng Li <[email protected]>
Signed-off-by: Xiaolei Wang <[email protected]>
---
 arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi 
b/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
index 2f6e4a569b3e..c8c3cff982dc 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
@@ -116,7 +116,7 @@ pio: &rp1_pio {
 
 / {
        chosen: chosen {
-               bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 
pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave 
nvme.max_host_mem_size_mb=0";
+               bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 
pci=pcie_bus_safe numa_policy=interleave nvme.max_host_mem_size_mb=0";
                stdout-path = "serial10:115200n8";
        };
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15984): 
https://lists.yoctoproject.org/g/linux-yocto/message/15984
Mute This Topic: https://lists.yoctoproject.org/mt/116303862/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [linux-yocto][linux-yocto v6.12/... Xiaolei Wang via lists.yoctoproject.org

Reply via email to