blob: 42615e1e23143f95695541e78faff9808519e53e [file] [log] [blame]
Simon Glass8ef07572014-11-12 22:42:07 -07001/*
2 * Copyright (C) 2014 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
Simon Glass22e131c2014-11-14 20:56:45 -07008#include <cros_ec.h>
Simon Glass801f4f12015-03-05 12:25:32 -07009#include <dm.h>
Simon Glass437c2b72014-11-12 22:42:25 -070010#include <asm/gpio.h>
Bin Meng27955732014-12-12 21:05:23 +080011#include <asm/io.h>
12#include <asm/pci.h>
13#include <asm/arch/pch.h>
Simon Glass8ef07572014-11-12 22:42:07 -070014
15int arch_early_init_r(void)
16{
17 return 0;
18}
19
Simon Glass437c2b72014-11-12 22:42:25 -070020int board_early_init_f(void)
21{
Simon Glass437c2b72014-11-12 22:42:25 -070022 return 0;
23}