mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Add bloblist support to total_comput platform for passing data from TF-A using the firmware handoff framework. Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
8 lines
183 B
Makefile
8 lines
183 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2020 Arm Limited
|
|
# Usama Arif <usama.arif@arm.com>
|
|
|
|
obj-y := total_compute.o
|
|
obj-$(CONFIG_OF_HAS_PRIOR_STAGE) += lowlevel_init.o
|