summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/armv7/exception_mr.c
blob: 075641b7e902ea018c6669742acb9c6dc1390d53 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: BSD-3-Clause */
/* This file is part of the coreboot project. */

#include <arch/exception.h>
#include <console/console.h>

void exception_init(void)
{
	printk(BIOS_DEBUG, "Exception handlers not installed.\n");
}