diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-01 16:34:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-01 16:34:25 -0500 |
commit | 43ade93bdb0c8bd57382be810a05b3793749ce85 (patch) | |
tree | f6c41122509adc4020f6e0a543cbba74892c151e /arch/arm/include | |
parent | f77309d34325369dbdf0bf62387c9e974f1b37da (diff) | |
parent | 11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/litesom.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/litesom.h b/arch/arm/include/asm/arch-mx6/litesom.h new file mode 100644 index 0000000000..656b96aca9 --- /dev/null +++ b/arch/arm/include/asm/arch-mx6/litesom.h @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2016 Grinn + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ARCH_ARM_MX6UL_LITESOM_H__ +#define __ARCH_ARM_MX6UL_LITESOM_H__ + +int litesom_mmc_init(bd_t *bis); + +#ifdef CONFIG_SPL_BUILD +void litesom_init_f(void); +#endif + +#endif |