u-boot/include/configs/am62px_evm.h
Bryan Brattlof 2cec68f8a3 configs: introduce configs needed for the am62px
Introduce the initial configs needed to support the am62px SoC family

Signed-off-by: Bryan Brattlof <bb@ti.com>
2024-03-13 10:10:05 -04:00

14 lines
357 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Configuration header file for K3 AM62Px SoC family
*
* Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
*/
#ifndef __CONFIG_AM62PX_EVM_H
#define __CONFIG_AM62PX_EVM_H
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>
#endif /* __CONFIG_AM62PX_EVM_H */