From d90c8bc441e2f0331fa2365ad07927bbbef725b3 Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Thu, 3 Nov 2022 19:13:57 -0500 Subject: board: ti: introduce the basic files needed to support the am62a Introduce the bare minimum SD and UART support for the am62a sk. Signed-off-by: Bryan Brattlof Reviewed-by: Tom Rini --- board/ti/am62ax/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/ti/am62ax/Makefile (limited to 'board/ti/am62ax/Makefile') diff --git a/board/ti/am62ax/Makefile b/board/ti/am62ax/Makefile new file mode 100644 index 0000000000..4e8e7aa230 --- /dev/null +++ b/board/ti/am62ax/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += evm.o -- cgit v1.2.3