mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git] / src / arch / arm / armv7 / exception_mr.c
blobfec1d0398e9a023a6aec7ef32c68af68a2b04b57
1 /* SPDX-License-Identifier: BSD-3-Clause */
3 #include <arch/exception.h>
4 #include <console/console.h>
6 void exception_init(void)
8 printk(BIOS_DEBUG, "Exception handlers not installed.\n");