/* 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 #include #include /* Now for the remaining common defines */ #include /* include Android related settings */ #if CONFIG_CMD_ABOOTIMG #include #endif #endif /* __CONFIG_AM62PX_EVM_H */