Skip to content

Commit 4f6896c

Browse files
committed
RV1106: Limit udev children to prevent early OOM
1 parent d782fda commit 4f6896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sources/families/rockchip-rv1106.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BOOTDELAY=1
2222
SERIALCON="ttyFIQ0"
2323
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
2424
SRC_EXTLINUX="yes"
25-
SRC_CMDLINE="cma=0 video=off console=ttyFIQ0,115200n8"
25+
SRC_CMDLINE="cma=0 video=off udev.children-max=1 console=ttyFIQ0,115200n8"
2626
OVERLAY_PREFIX="rv1106"
2727
OFFSET=16
2828
SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_optee.sh"

0 commit comments

Comments
 (0)