Skip to content

Commit

Permalink
v9.10
Browse files Browse the repository at this point in the history
- U-Boot script | Remove deprecated swapaccount parameter: torvalds/linux@b25806d
  • Loading branch information
MichaIng committed Jan 10, 2025
1 parent 986ff06 commit 61f9705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/U-Boot/boot.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
setenv bootargs "root=${rootdev} rootfstype=${rootfstype} rootwait ${consoleargs} consoleblank=0 coherent_pool=2M usb-storage.quirks=${usbstoragequirks} ${extraargs}"

# Add bootargs for Docker
if test "${docker_optimizations}" = "on"; then setenv bootargs "${bootargs} cgroup_enable=memory swapaccount=1"; fi
if test "${docker_optimizations}" = "on"; then setenv bootargs "${bootargs} cgroup_enable=memory"; fi

# Load kernel, initramfs and device tree
load "${devtype}" "${devnum}" "${kernel_addr_r}" "${prefix}Image"
Expand Down

0 comments on commit 61f9705

Please sign in to comment.