mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00: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>
6 lines
170 B
Makefile
6 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
|