]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/google/chromebook_link/link.c
x86: Add chromebook_link board
[karo-tx-uboot.git] / board / google / chromebook_link / link.c
1 /*
2  * Copyright (C) 2014 Google, Inc
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8
9 int arch_early_init_r(void)
10 {
11         return 0;
12 }
13
14 int board_early_init_r(void)
15 {
16         return 0;
17 }