aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-21 13:57:14 -0700
committerSimon Glass <sjg@chromium.org>2021-01-30 14:25:42 -0700
commitff5fa7d62655ae6c1873e17057c057566c81df0d (patch)
tree978054b14910028705db0efd515b41fc42dd1267 /test/dm/Makefile
parent017d421828971f6adbfa6a1305b80da7d620c596 (diff)
downloadu-boot-ff5fa7d62655ae6c1873e17057c057566c81df0d.tar.gz
dm: core: Update ofnode_read_fmap_entry() to read hashes
At present this function uses the old format for reading hashes. Add support for the current format. Add a test while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index afcabfacc1..e70e50f402 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -42,6 +42,7 @@ obj-y += fdtdec.o
obj-$(CONFIG_UT_DM) += nop.o
obj-y += ofnode.o
obj-y += ofread.o
+obj-y += of_extra.o
obj-$(CONFIG_OSD) += osd.o
obj-$(CONFIG_DM_VIDEO) += panel.o
obj-$(CONFIG_DM_PCI) += pci.o