Commits
Fugang Duan committed 2723af70f08
MA-15955 [Android] android can't resume from system after second suspend with user mode image The old logic is as below in android: open console according when boot with boot up; do not set_termios/startup when resume, because there is no shell to configure it again; termios is not configure when second suspend, it will meet issue when startup. The new logic is as below in android: This patch save the early console configure to tty->termios.c_cflag. reset the uart according the saved info when startup. Change-Id: I317b3046eb6896a6abb0747c8a04c40590ed70e0 Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: zhang sanshan <pete.zhang@nxp.com>