diff options
| author | Sébastien Szymanski <[email protected]> | 2018-04-17 17:29:31 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2018-04-26 09:34:00 +0200 |
| commit | 30754ef77c3e88acb5a378d4e2c2bcce6228a118 (patch) | |
| tree | 41dd36e58c9a377413f8ab89cc613b22c5c5c6d8 /arch/arm/include | |
| parent | e426e193539e4fa5f52bc55499f66c4159a3372d (diff) | |
imx6ul: opos6ul: add SPL_DM support
Since commit commit 152038ea1886 ("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: commit 152038ea1886 ("i.MX6UL: icore: Add SPL_OF_CONTROL support")
Signed-off-by: Sébastien Szymanski <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/opos6ul.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-mx6/opos6ul.h b/arch/arm/include/asm/arch-mx6/opos6ul.h index b5363850d23..8adff67cea4 100644 --- a/arch/arm/include/asm/arch-mx6/opos6ul.h +++ b/arch/arm/include/asm/arch-mx6/opos6ul.h @@ -9,8 +9,4 @@ int opos6ul_board_late_init(void); -#ifdef CONFIG_SPL_BUILD -void opos6ul_setup_uart_debug(void); -#endif - #endif |
