diff options
author | Simon Glass <sjg@chromium.org> | 2021-01-21 13:57:14 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-01-30 14:25:42 -0700 |
commit | ff5fa7d62655ae6c1873e17057c057566c81df0d (patch) | |
tree | 978054b14910028705db0efd515b41fc42dd1267 /test/dm/Makefile | |
parent | 017d421828971f6adbfa6a1305b80da7d620c596 (diff) | |
download | u-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index afcabfacc1b..e70e50f4024 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 |