u-boot-brain/board/engicam/common/board.h
Jagan Teki 409b16d3e0 i.MX6: engicam: Move set_fdt_file to common
setenv_fdt_file to common code and set dtb based on
CONFIG_DEFAULT_DEVICE_TREE and cpu_type.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
2017-11-27 10:36:40 +01:00

12 lines
206 B
C

/*
* Copyright (C) 2016 Amarula Solutions B.V.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _BOARD_H_
#define _BOARD_H_
void setup_gpmi_nand(void);
void setup_display(void);
#endif /* _BOARD_H_ */