Apurva Nandan | 8b957b3 | 2024-02-24 01:51:46 +0530 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* | ||||
3 | * Configuration header file for K3 J784S4 EVM | ||||
4 | * | ||||
5 | * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ | ||||
6 | * Hari Nagalla <hnagalla@ti.com> | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef __CONFIG_J784S4_EVM_H | ||||
10 | #define __CONFIG_J784S4_EVM_H | ||||
11 | |||||
12 | /* Now for the remaining common defines */ | ||||
13 | #include <configs/ti_armv7_common.h> | ||||
14 | |||||
15 | #endif /* __CONFIG_J784S4_EVM_H */ |