From cf358b5db1433790b0ad6829d18fb684377d4935 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 5 Dec 2014 14:36:58 +0100 Subject: [PATCH] Revert "foc: relax parsing of boot process termination" This reverts commit a9a6e8df895d8663ce309dcc4094eed127707e01. Setting correct UART parameters in U-Boot also fixes the issue and reenables us to observe L4 bootstrapper startup. --- repos/base-foc/run/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base-foc/run/env b/repos/base-foc/run/env index 106fdd05a..3418e2f73 100644 --- a/repos/base-foc/run/env +++ b/repos/base-foc/run/env @@ -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 }