blob: 3f326fae6ef83c3cd2a0995bf058b2bd3a78c1c8 [file] [log] [blame]
Zelalemfd529af2020-08-04 15:09:53 -05001#
Chris Kay3d2ae332022-11-15 11:32:03 +00002# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
Zelalemfd529af2020-08-04 15:09:53 -05003#
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 }
Zelalemfd529af2020-08-04 15:09:53 -050013}