]> git.sur5r.net Git - u-boot/blob - som-db5800-som-6867.c
5bed2c1146069f1b478807caeeeb0d5e18029de9
[u-boot] / som-db5800-som-6867.c
1 /*
2  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
3  * Copyright (C) 2016 George McCollister <george.mccollister@gmail.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <common.h>
9
10 int board_early_init_f(void)
11 {
12         /*
13          * The FSP enables the BayTrail internal legacy UART (again).
14          * Disable it again, so that the one on the EC can be used.
15          */
16         setup_internal_uart(0);
17
18         return 0;
19 }
20
21 int arch_early_init_r(void)
22 {
23         return 0;
24 }