blob: 3f326fae6ef83c3cd2a0995bf058b2bd3a78c1c8 [file] [log] [blame]
#
# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
source [file join [file dirname [info script]] handle-arguments.inc]
# Expect an error while loading BL2 image.
expect {
"Loading of FW_CONFIG failed" { exit_uart 0 }
"BL1: Booting BL2" { exit_uart -1 }
}