blob: 4a2ccdce1442280b1e4ef9c63e96ef299efa967f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Configuration header file for K3 J784S4 EVM
*
* Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
* Hari Nagalla <hnagalla@ti.com>
*/
#ifndef __CONFIG_J784S4_EVM_H
#define __CONFIG_J784S4_EVM_H
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>
#endif /* __CONFIG_J784S4_EVM_H */
|