u-boot/include/configs/beagley_ai.h
Robert Nelson b27c94958b board: beagle: Add support for BeagleY-AI
Basic board support for BeagleY-AI. Information on this
board can be found at https://beagleboard.org/beagley-ai

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Andrew Davis <afd@ti.com>
2025-03-18 07:23:29 -06:00

15 lines
347 B
C

/* 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 */