repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git]
/
src
/
arch
/
arm
/
armv7
/
exception_mr.c
blob
fec1d0398e9a023a6aec7ef32c68af68a2b04b57
1
/* SPDX-License-Identifier: BSD-3-Clause */
2
3
#include <arch/exception.h>
4
#include <console/console.h>
5
6
void
exception_init
(
void
)
7
{
8
printk
(
BIOS_DEBUG
,
"Exception handlers not installed.
\n
"
);
9
}