/* 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 */ |