Sign in
coral
/
uboot-imx
/
refs/tags/0.4
/
.
/
board
/
coreboot
/
coreboot
/
coreboot.c
blob: bb7f778a8f0cd21c2de3e8fed7061215168c8811 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2013 Google, Inc
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
#include
<cros_ec.h>
#include
<asm/gpio.h>
int
arch_early_init_r
(
void
)
{
return
0
;
}