Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 1 | # |
Chris Kay | 3d2ae33 | 2022-11-15 11:32:03 +0000 | [diff] [blame] | 2 | # Copyright (c) 2019-2022 Arm Limited. All rights reserved. |
Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 8 | |
| 9 | # Expect an error while loading BL2 image. |
| 10 | expect { |
| 11 | "Loading of FW_CONFIG failed" { exit_uart 0 } |
| 12 | "BL1: Booting BL2" { exit_uart -1 } |
Zelalem | fd529af | 2020-08-04 15:09:53 -0500 | [diff] [blame] | 13 | } |