blob: f69456e43a27bd3cae6eaf8303131b3a061dcafc [file] [log] [blame]
Simon Glass466c7852019-12-06 21:42:18 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 Google LLC
4 * Written by Simon Glass <sjg@chromium.org>
5 */
6
7#include <common.h>
8#include <init.h>
9
10int arch_fsp_init(void)
11{
12 return 0;
13}