xref: /rk3399_rockchip-uboot/board/google/chromebook_link/link.c (revision 8ef07571a0300e6ae84931c63d5eb3b2310c8aba)
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 }
18