2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2016-12-07 16:46:32 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2016 Grinn
|
|
|
|
|
*/
|
|
|
|
|
|
2017-01-25 10:31:48 +01:00
|
|
|
#ifndef __ARCH_ARM_MX6UL_LITESOM_H__
|
|
|
|
|
#define __ARCH_ARM_MX6UL_LITESOM_H__
|
2016-12-07 16:46:32 +01:00
|
|
|
|
2020-06-26 15:13:33 +09:00
|
|
|
int litesom_mmc_init(struct bd_info *bis);
|
2016-12-07 16:46:32 +01:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_SPL_BUILD
|
|
|
|
|
void litesom_init_f(void);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|