From a727e1dc02729afcacda1bc1a4a620eb294909de Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Wed, 15 May 2019 17:57:50 +0800 Subject: [PATCH] minor bug fixed --- recipes-core/sysvinit/sysvinit-inittab/imxgpu2d/rc_mxc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.9.1