commit | b770337f7ccf20fa207549fe68b1b832a397f37b | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Wed Feb 27 14:38:15 2019 +0800 |
committer | Anson Huang <Anson.Huang@nxp.com> | Wed Feb 27 15:26:01 2019 +0800 |
tree | 66d3c43f440b48fba8815fcb60ed8f41eb29ce73 | |
parent | 881cbc02c3b56f1fc5dcca0814b0cd29915861c0 [diff] |
imx: fix partition reboot fail when debug console is enabled With partition reboot enabled, console_list variable which is located in data section is NOT reset, system will be busy looping in early console operation of flush_loop() if console_list is NOT 0 while HW console is NOT initialized, so we have to clear this variable to make partition reboot work. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> (cherry picked from commit 8328fcf83527b2258c1a1b290efa737be7a63171)