Sébastien Szymanski | a7762e4 | 2017-03-07 14:33:25 +0100 | [diff] [blame] | 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 |