summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2022-11-14 18:06:27 +0000
committerManish Pandey <manish.pandey2@arm.com>2022-11-14 18:07:33 +0000
commitb35590ebd7a5fa8d7f932fc485e2a247b7d1b13c (patch)
tree4401efb720ab5f0ad8c7de7844399c300c87e271 /Makefile
parentb251612890731f19d586f967811abf01bb3052d4 (diff)
Revert "fix(tftf): add pack_realm to all"
This reverts commit 910ad6433afe4c7549976ddf51311f59309831b9. Change-Id: Ie470947e239614ac400e5c5ddff6ee0629658a4a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29a92f6..4af1b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -556,7 +556,6 @@ pack_realm: realm tftf
@echo " PACK REALM PAYLOAD"
$(shell dd if=$(BUILD_PLAT)/realm.bin of=$(BUILD_PLAT)/tftf.bin obs=1 \
seek=$(TFTF_MAX_IMAGE_SIZE))
-all : pack_realm
endif
ifeq (${ARCH}-${PLAT},aarch64-tc0)