summaryrefslogtreecommitdiff
path: root/test/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-10-20 18:23:03 -0600
committerTom Rini <[email protected]>2022-10-31 11:02:44 -0400
commit44ad35a0f699b0b49ef6efaa1405b6f99c703ea8 (patch)
tree5e747333f41e62e7641ed2d968c14890820359e3 /test/boot/Makefile
parentb2d93c6aaa99f3f90470c0df3e49bd5ed265d350 (diff)
image: Add the concept of a phase to FIT
We want to be able to mark an image as related to a phase, so we can easily load all the images for SPL or for U-Boot proper. Add this to the FIT specification, along with some access functions. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/boot/Makefile')
-rw-r--r--test/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile
index 5bb3f889759..d724629d3b0 100644
--- a/test/boot/Makefile
+++ b/test/boot/Makefile
@@ -3,6 +3,7 @@
# Copyright 2021 Google LLC
obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
+obj-$(CONFIG_FIT) += image.o
ifdef CONFIG_OF_LIVE
obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o