diff --git a/recipes-core/sysvinit/sysvinit-inittab/imxgpu2d/rc_mxc.S b/recipes-core/sysvinit/sysvinit-inittab/imxgpu2d/rc_mxc.S index 9a61062..34f778d 100755 --- a/recipes-core/sysvinit/sysvinit-inittab/imxgpu2d/rc_mxc.S +++ b/recipes-core/sysvinit/sysvinit-inittab/imxgpu2d/rc_mxc.S @@ -12,9 +12,9 @@ elif grep -sq ttyLP5 /proc/cmdline; then /sbin/getty -L ttyLP5 115200 vt100 elif grep -sq ttyLP1 /proc/cmdline; then /sbin/getty -L ttyLP1 115200 vt100 -elif grep -sq ttyLP5 /proc/cmdline; then +elif grep -sq ttyLP6 /proc/cmdline; then /sbin/getty -L ttyLP6 115200 vt100 -elif grep -sq ttyLP5 /proc/cmdline; then +elif grep -sq ttyLP2 /proc/cmdline; then /sbin/getty -L ttyLP2 115200 vt100 else sleep 100000