2016-12-07 15:46:32 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2016 Grinn
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
2017-01-25 09:31:48 +00:00
|
|
|
#ifndef __ARCH_ARM_MX6UL_LITESOM_H__
|
|
|
|
#define __ARCH_ARM_MX6UL_LITESOM_H__
|
2016-12-07 15:46:32 +00:00
|
|
|
|
|
|
|
int litesom_mmc_init(bd_t *bis);
|
|
|
|
|
|
|
|
#ifdef CONFIG_SPL_BUILD
|
|
|
|
void litesom_init_f(void);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|