Revert "foc: relax parsing of boot process termination"

This reverts commit a9a6e8df89.

Setting correct UART parameters in U-Boot also fixes the issue and
reenables us to observe L4 bootstrapper startup.
This commit is contained in:
Christian Helmuth 2014-12-05 14:36:58 +01:00
parent 513be78c05
commit cf358b5db1
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ proc run_genode_until {{wait_for_re forever} {timeout_value 0} {running_spawn_id
return
}
if {[is_serial_available]} {
spawn_serial $wait_for_re $timeout_value "Welcome to Fiasco.OC"
spawn_serial $wait_for_re $timeout_value "L4 Bootstrapper"
return
}