Skip to content

Commit

Permalink
projects/Amlogic/devices/MX2: Update kernel coomand line: set correct…
Browse files Browse the repository at this point in the history
… scaling_max_freq and use systemd.show_status=auto instead of quiet param
  • Loading branch information
codesnake committed Nov 18, 2015
1 parent a7dfada commit be3d772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index e5b6075..d21c1c2 100755
#address-cells = <1>;
#size-cells = <1>;
+ chosen {
+ bootargs = "root=/dev/ram0 rdinit=/init boot=/dev/system disk=/dev/data BOOT_IMAGE=/dev/mtd4 console=tty0 consoleblank=0 scaling_governor=hotplug scaling_min_freq=200000 scaling_max_freq=1500000 quiet";
+ bootargs = "root=/dev/ram0 rdinit=/init boot=/dev/system disk=/dev/data BOOT_IMAGE=/dev/mtd4 console=tty0 consoleblank=0 scaling_governor=hotplug scaling_min_freq=200000 scaling_max_freq=1512000 systemd.show_status=auto";
+ };

/// ***************************************************************************************
Expand Down

0 comments on commit be3d772

Please sign in to comment.