]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-mx6/opos6ul.h
arm: i.MX6UL: add Armadeus Systems OPOS6UL SoM and OPOS6ULDev carrier board
[u-boot] / arch / arm / include / asm / arch-mx6 / opos6ul.h
1 /*
2  * Copyright (C) 2017 Armadeus Systems
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __ARCH_ARM_MX6UL_OPOS6UL_H__
8 #define __ARCH_ARM_MX6UL_OPOS6UL_H__
9
10 int opos6ul_board_late_init(void);
11
12 #ifdef CONFIG_SPL_BUILD
13 void opos6ul_setup_uart_debug(void);
14 #endif
15
16 #endif