blob: a47441ae6a59c6f24a948a0d84b6acb84043ba37 [file] [log] [blame]
Lokesh Vutlac7bfb852018-08-27 15:57:11 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
Lokesh Vutlac7bfb852018-08-27 15:57:11 +05304 * Lokesh Vutla <lokeshvutla@ti.com>
5 */
6#ifndef _ASM_ARCH_SPL_H_
7#define _ASM_ARCH_SPL_H_
8
Andrew Davis1be5e972022-07-15 10:25:27 -05009#ifdef CONFIG_SOC_K3_AM654
Lokesh Vutlac7bfb852018-08-27 15:57:11 +053010#include "am6_spl.h"
11#endif
Lokesh Vutla6edde292019-06-13 10:29:43 +053012
13#ifdef CONFIG_SOC_K3_J721E
14#include "j721e_spl.h"
15#endif
Keerthy05d670e2021-04-23 11:27:33 -050016
Andrew Davisbb6cc992025-03-19 13:54:58 -050017#ifdef CONFIG_SOC_K3_J7200
18#include "j721e_spl.h"
19#endif
20
David Huang61098202022-01-25 20:56:31 +053021#ifdef CONFIG_SOC_K3_J721S2
22#include "j721s2_spl.h"
23#endif
24
Keerthy05d670e2021-04-23 11:27:33 -050025#ifdef CONFIG_SOC_K3_AM642
26#include "am64_spl.h"
27#endif
Suman Anna27fa4122022-05-25 13:38:42 +053028
29#ifdef CONFIG_SOC_K3_AM625
30#include "am62_spl.h"
31#endif
32
Bryan Brattlofdaa39a62022-11-03 19:13:55 -050033#ifdef CONFIG_SOC_K3_AM62A7
34#include "am62a_spl.h"
35#endif
36
Apurva Nandan67ebc302024-02-24 01:51:41 +053037#ifdef CONFIG_SOC_K3_J784S4
38#include "j784s4_spl.h"
39#endif
40
Bryan Brattlofa4d5cc22024-03-12 15:20:24 -050041#ifdef CONFIG_SOC_K3_AM62P5
42#include "am62p_spl.h"
43#endif
44
Jayesh Choudhary732d2ff2024-06-12 14:41:18 +053045#ifdef CONFIG_SOC_K3_J722S
46#include "j722s_spl.h"
47#endif
48
Lokesh Vutlac7bfb852018-08-27 15:57:11 +053049#endif /* _ASM_ARCH_SPL_H_ */