]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-k3/include/mach/spl.h
tree-wide: Replace http:// link with https:// link for ti.com
[thirdparty/u-boot.git] / arch / arm / mach-k3 / include / mach / spl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
4 * Lokesh Vutla <lokeshvutla@ti.com>
5 */
6 #ifndef _ASM_ARCH_SPL_H_
7 #define _ASM_ARCH_SPL_H_
8
9 #ifdef CONFIG_SOC_K3_AM654
10 #include "am6_spl.h"
11 #endif
12
13 #ifdef CONFIG_SOC_K3_J721E
14 #include "j721e_spl.h"
15 #endif
16
17 #ifdef CONFIG_SOC_K3_J721S2
18 #include "j721s2_spl.h"
19 #endif
20
21 #ifdef CONFIG_SOC_K3_AM642
22 #include "am64_spl.h"
23 #endif
24
25 #ifdef CONFIG_SOC_K3_AM625
26 #include "am62_spl.h"
27 #endif
28
29 #ifdef CONFIG_SOC_K3_AM62A7
30 #include "am62a_spl.h"
31 #endif
32
33 #endif /* _ASM_ARCH_SPL_H_ */