mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
30754ef77c
Since commit commit152038ea18
("i.MX6UL: icore: Add SPL_OF_CONTROL support") the OPOS6UL board doesn't boot anymore. Adding SPL_DM support makes the board boot again. Fixes: commit152038ea18
("i.MX6UL: icore: Add SPL_OF_CONTROL support") Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
12 lines
205 B
C
12 lines
205 B
C
/*
|
|
* Copyright (C) 2017 Armadeus Systems
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __ARCH_ARM_MX6UL_OPOS6UL_H__
|
|
#define __ARCH_ARM_MX6UL_OPOS6UL_H__
|
|
|
|
int opos6ul_board_late_init(void);
|
|
|
|
#endif
|