Jayesh Choudhary | a3efeb0 | 2024-06-12 14:41:22 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Configuration header file for K3 J722S SoC family | ||||
4 | * | ||||
5 | * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __CONFIG_J722S_EVM_H | ||||
9 | #define __CONFIG_J722S_EVM_H | ||||
10 | |||||
11 | /* Now for the remaining common defines */ | ||||
12 | #include <configs/ti_armv7_common.h> | ||||
13 | |||||
14 | #endif /* __CONFIG_J722S_EVM_H */ |