Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
coreboot
/
9187925dfe2f3c5432449a745a7c24c5635f0b0b
/
.
/
src
/
arch
/
armv7
/
include
/
bootblock_common.h
blob: 2fa705f5e13e4174eaf8b158d2da90987508f568 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_BOOTBLOCK_CPU_INIT
#include
CONFIG_BOOTBLOCK_CPU_INIT
#endif
#ifdef
CONFIG_BOOTBLOCK_MAINBOARD_INIT
#include
CONFIG_BOOTBLOCK_MAINBOARD_INIT
#else
static
void
bootblock_mainboard_init
(
void
)
{
}
#endif