mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Add support for PHYTEC phyCORE-AM62A7 SoM. Supported features: - 2GB LPDDR4 RAM - eMMC - External SD - Ethernet - debug UART Signed-off-by: Garrett Giordano <ggiordano@phytec.com> Reviewed-by: Wadim Egorov <w.egorov@phytec.de> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
7 lines
170 B
Makefile
7 lines
170 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
#
|
|
# Copyright (C) 2024 PHYTEC America LLC
|
|
# Author: Garrett Giordano <ggiordano@phytec.com>
|
|
|
|
obj-y += phycore-am62ax.o
|