blob: 94b22edd57fd10b6466b7849fc1f839001c3d233 [file] [log] [blame]
Simon Glass4a56f102015-01-27 22:13:47 -07001/*
2 * Copyright (C) 2015, Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
Gabriel Huauf70353a2015-05-11 23:18:25 -07008#include <asm/gpio.h>
Simon Glass4a56f102015-01-27 22:13:47 -07009
Gabriel Huauf70353a2015-05-11 23:18:25 -070010int arch_early_init_r(void)
11{
Gabriel Huauf70353a2015-05-11 23:18:25 -070012 return 0;
13}