blob: f9f8c7bc2f6ca9e5f6b3ba050ffed12247343a58 [file] [log] [blame]
Dave Gerlach33b72582021-04-23 11:27:42 -05001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for K3 AM642 SoC family
4 *
5 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
6 * Keerthy <j-keerthy@ti.com>
7 */
8
9#ifndef __CONFIG_AM642_EVM_H
10#define __CONFIG_AM642_EVM_H
11
Dave Gerlach33b72582021-04-23 11:27:42 -050012/* Now for the remaining common defines */
13#include <configs/ti_armv7_common.h>
14
Dave Gerlach33b72582021-04-23 11:27:42 -050015#endif /* __CONFIG_AM642_EVM_H */