Rockchip: use mem=3072M for RK3576 to avoid DMA issues

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt
2025-09-16 14:21:29 +00:00
parent 5b2b97c29c
commit e4bb1040ce

View File

@@ -28,7 +28,7 @@
GRAPHIC_DRIVERS="panfrost" GRAPHIC_DRIVERS="panfrost"
# kernel serial console # kernel serial console
EXTRA_CMDLINE="earlycon console=uart8250,mmio32,0xfeb50000 console=tty0 coherent_pool=2M cec.debounce_ms=5000 mem=3838M systemd.debug_shell=ttyS2" EXTRA_CMDLINE="earlycon console=uart8250,mmio32,0xfeb50000 console=tty0 coherent_pool=2M cec.debounce_ms=5000 mem=3072M systemd.debug_shell=ttyS2"
# set the addon project # set the addon project
ADDON_PROJECT="ARMv8" ADDON_PROJECT="ARMv8"