]> rtime.felk.cvut.cz Git - novaboot.git/commit
Fix u-boot prompt handling
authorMichal Sojka <michal.sojka@cvut.cz>
Mon, 25 Apr 2022 20:49:03 +0000 (22:49 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Mon, 25 Apr 2022 21:09:37 +0000 (23:09 +0200)
commit092a8477659a2d22147e12a41d9b6cea8b47ff65
tree1200b46e3238994ffd91a9a3d6440faa10c3b63e
parent2e6374908fe6803bebd9c871195709e8d1b39d9d
Fix u-boot prompt handling

Commit 9c9a064 ("Reset u-boot download timeout with every '#'",
2022-04-03) broke behavior on systems with '#' in u-boot prompt. Due
to that commit, the prompt after file transfer is not detected and
novaboot timeouts. We fix that by switching the order of expect
patterns so that the prompt has priority over progress bar '#'
characters.
novaboot