blob: 41446fbc28a7ccf0ab8e9f5bd376e3f3ee2d28b4 [file] [log] [blame]
Sandrine Bailleux57bffcd2020-08-04 14:46:06 +02001#
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7source [file join [file dirname [info script]] handle-arguments.inc]
8
9expect {
10 "Please press Enter to activate this console." {
11 puts "<<Linux PVM booted>>"
12 }
13 timeout {
14 exit_uart -1
15 }
16}
17
18exit_uart 0