]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/ti/am43xx/board.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / ti / am43xx / board.h
1 /*
2  * board.h
3  *
4  * TI AM437x boards information header
5  * Derived from AM335x board.
6  *
7  * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
8  *
9  * SPDX-License-Identifier:     GPL-2.0+
10  */
11
12 #ifndef _BOARD_H_
13 #define _BOARD_H_
14
15 void enable_uart0_pin_mux(void);
16 void enable_board_pin_mux(void);
17 #endif