/* SPDX-License-Identifier: GPL-2.0+ */ | |
/* | |
* Configuration header file for BeagleY-AI | |
* | |
* Copyright (C) 2025 Texas Instruments Incorporated - https://www.ti.com/ | |
*/ | |
#ifndef __CONFIG_BEAGLEY_AI_H | |
#define __CONFIG_BEAGLEY_AI_H | |
/* Now for the remaining common defines */ | |
#include <configs/ti_armv7_common.h> | |
#endif /* __CONFIG_BEAGLEY_AI_H */ |