blob: ebf36f13852b89074f53fceabfa1bd8b5bd4ab48 [file] [log] [blame]
Zelalemfd529af2020-08-04 15:09:53 -05001#
2# Copyright (c) 2019, 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
9# Expect an error while loading BL2 image.
10expect {
11 "Loading of FW_CONFIG failed" { exit_uart 0 }
12 "BL1: Booting BL2" { exit_uart -1 }
13 timeout { exit_timeout }
14}