Marcin Niestroj | ba6f150 | 2016-12-07 16:46:32 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2016 Grinn | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
Marcin Niestroj | eb000ee | 2017-01-25 10:31:48 +0100 | [diff] [blame] | 7 | #ifndef __ARCH_ARM_MX6UL_LITESOM_H__ |
8 | #define __ARCH_ARM_MX6UL_LITESOM_H__ | ||||
Marcin Niestroj | ba6f150 | 2016-12-07 16:46:32 +0100 | [diff] [blame] | 9 | |
10 | int litesom_mmc_init(bd_t *bis); | ||||
11 | |||||
12 | #ifdef CONFIG_SPL_BUILD | ||||
13 | void litesom_init_f(void); | ||||
14 | #endif | ||||
15 | |||||
16 | #endif |