summaryrefslogtreecommitdiff
path: root/include/configs/j722s_evm.h
blob: d052ff25536e3e220dc3e2d527ef907162ea9b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Configuration header file for K3 J722S SoC family
 *
 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
 */

#ifndef __CONFIG_J722S_EVM_H
#define __CONFIG_J722S_EVM_H

#include <config_distro_bootcmd.h>
#include <environment/ti/mmc.h>

/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>

#endif /* __CONFIG_J722S_EVM_H */