Commit a727e1dc02729afcacda1bc1a4a620eb294909de

Authored by Eric Lee
1 parent bac9c591c9
Exists in master

minor bug fixed

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

recipes-core/sysvinit/sysvinit-inittab/imxgpu2d/rc_mxc.S
... ... @@ -12,9 +12,9 @@
12 12 /sbin/getty -L ttyLP5 115200 vt100
13 13 elif grep -sq ttyLP1 /proc/cmdline; then
14 14 /sbin/getty -L ttyLP1 115200 vt100
15   -elif grep -sq ttyLP5 /proc/cmdline; then
  15 +elif grep -sq ttyLP6 /proc/cmdline; then
16 16 /sbin/getty -L ttyLP6 115200 vt100
17   -elif grep -sq ttyLP5 /proc/cmdline; then
  17 +elif grep -sq ttyLP2 /proc/cmdline; then
18 18 /sbin/getty -L ttyLP2 115200 vt100
19 19 else
20 20 sleep 100000