blob: c8fe59b75313ec7ded62b3cd71f39e0633a7aa78 [file] [log] [blame]
Vignesh Raghavendra2d257d92022-05-25 13:38:49 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for K3 AM625 SoC family
4 *
5 * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
6 * Suman Anna <s-anna@ti.com>
7 */
8
9#ifndef __CONFIG_AM625_EVM_H
10#define __CONFIG_AM625_EVM_H
11
Vignesh Raghavendra2d257d92022-05-25 13:38:49 +053012/* Now for the remaining common defines */
13#include <configs/ti_armv7_common.h>
14
15#endif /* __CONFIG_AM625_EVM_H */