Simon Glass | 466c785 | 2019-12-06 21:42:18 -0700 | [diff] [blame] | 1 | // 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 | |||||
10 | int arch_fsp_init(void) | ||||
11 | { | ||||
12 | return 0; | ||||
13 | } |