i.MX6: engicam: Move set_fdt_file to common
[oweals/u-boot.git] / board / engicam / common / board.h
1 /*
2  * Copyright (C) 2016 Amarula Solutions B.V.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _BOARD_H_
8 #define _BOARD_H_
9 void setup_gpmi_nand(void);
10 void setup_display(void);
11 #endif /* _BOARD_H_ */