blob: ef1c3fb8cae6f6eebafb79b7beac4f361eafdde1 [file] [log] [blame]
Lokesh Vutlac7bfb852018-08-27 15:57:11 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2018 Texas Instruments Incorporated - http://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_AM6
10#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
17#ifdef CONFIG_SOC_K3_AM642
18#include "am64_spl.h"
19#endif
Lokesh Vutlac7bfb852018-08-27 15:57:11 +053020#endif /* _ASM_ARCH_SPL_H_ */