2014-11-13 05:42:07 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014 Google, Inc
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <common.h>
|
2014-11-15 03:56:45 +00:00
|
|
|
#include <cros_ec.h>
|
2015-03-05 19:25:32 +00:00
|
|
|
#include <dm.h>
|
2014-11-13 05:42:25 +00:00
|
|
|
#include <asm/gpio.h>
|
2014-12-12 13:05:23 +00:00
|
|
|
#include <asm/io.h>
|
|
|
|
#include <asm/pci.h>
|
|
|
|
#include <asm/arch/pch.h>
|
2014-11-13 05:42:07 +00:00
|
|
|
|
|
|
|
int arch_early_init_r(void)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|