blob: 7c8ca1789f82c2b09631782e5dce581bd1221830 [file] [log] [blame]
Chris Kay5e3449f2022-11-15 11:59:01 +00001#
2# Copyright (c) 2022 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7trap {
Chris Kay78ea2c32022-11-15 12:24:24 +00008 message "received SIGINT, exiting"
Chris Kay5e3449f2022-11-15 11:59:01 +00009 exit_uart 0
10} SIGINT