blob: 64458ebb4b8a3a829ca570dc252733510b985997 [file] [log] [blame]
Lokesh Vutla0911d952018-08-27 15:59:06 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for K3 AM654 EVM
4 *
Nishanth Menona94a4072023-11-01 15:56:03 -05005 * Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/
Lokesh Vutla0911d952018-08-27 15:59:06 +05306 * Lokesh Vutla <lokeshvutla@ti.com>
7 */
8
9#ifndef __CONFIG_AM654_EVM_H
10#define __CONFIG_AM654_EVM_H
11
12#include <linux/sizes.h>
Simon Glass5e541a02023-07-30 21:01:45 -060013#include <env/ti/mmc.h>
14#include <env/ti/k3_rproc.h>
15#include <env/ti/k3_dfu.h>
Lokesh Vutla0911d952018-08-27 15:59:06 +053016
Lokesh Vutla0911d952018-08-27 15:59:06 +053017/* Now for the remaining common defines */
18#include <configs/ti_armv7_common.h>
19
20#endif /* __CONFIG_AM654_EVM_H */