mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Enable bloblist on vexpress64 platforms to facilitate information passing from TF-A using the firmware handoff framework. Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
11 lines
244 B
Makefile
11 lines
244 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2004
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-y := vexpress64.o
|
|
|
|
obj-$(CONFIG_OF_HAS_PRIOR_STAGE) += lowlevel_init.o
|
|
|
|
obj-$(CONFIG_TARGET_VEXPRESS64_JUNO) += pcie.o
|