1
0
Fork 0
remarkable-uboot/board/coreboot/coreboot/coreboot.c

15 lines
189 B
C

/*
* 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;
}