mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-10 11:11:30 +01:00
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>
15 lines
347 B
C
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 */
|