[Feature][ZXW-241]merge P56U01 version
Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: I7985538dde6951dd824c36149bf9a1e3ca23c734
diff --git a/ap/app/busybox/src/init/init.c b/ap/app/busybox/src/init/init.c
old mode 100644
new mode 100755
index ddb0a95..3a28afb
--- a/ap/app/busybox/src/init/init.c
+++ b/ap/app/busybox/src/init/init.c
@@ -356,7 +356,7 @@
/* input modes */
tty.c_iflag = ICRNL | IXON | IXOFF;
-
+ tty.c_iflag &= ~(IXON | IXOFF);
/* output modes */
tty.c_oflag = OPOST | ONLCR;