Merge git://git.denx.de/u-boot-imx
[oweals/u-boot.git] / 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