diff --git a/projects/WeTek_Play/patches/linux/30-add_bootargs_to_device_tree.patch b/projects/WeTek_Play/patches/linux/30-add_bootargs_to_device_tree.patch index 0dfa920439..05641a48b0 100644 --- a/projects/WeTek_Play/patches/linux/30-add_bootargs_to_device_tree.patch +++ b/projects/WeTek_Play/patches/linux/30-add_bootargs_to_device_tree.patch @@ -7,7 +7,7 @@ index 3fc5e4e..3d3601f 100755 #address-cells = <1>; #size-cells = <1>; + chosen { -+ bootargs = "root=/dev/ram0 rdinit=/init boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 BOOT_IMAGE=kernel.img console=tty0 consoleblank=0 scaling_governor=hotplug scaling_min_freq=200000 scaling_max_freq=1500000 systemd.show_status=auto"; ++ bootargs = "root=/dev/ram0 rdinit=/init boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 BOOT_IMAGE=kernel.img console=tty0 consoleblank=0 scaling_governor=hotplug scaling_min_freq=200000 scaling_max_freq=1512000 systemd.show_status=auto"; + }; /// ***************************************************************************************