diff options
-rw-r--r-- | test/py/tests/test_efi_fit.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/py/tests/test_efi_fit.py b/test/py/tests/test_efi_fit.py index 068a35a..7abab5d 100644 --- a/test/py/tests/test_efi_fit.py +++ b/test/py/tests/test_efi_fit.py @@ -75,6 +75,9 @@ ITS_DATA = ''' compression = "%(efi-comp)s"; load = <0x0>; entry = <0x0>; + hash-1 { + algo = "crc32"; + }; }; fdt { description = "Test FDT"; @@ -82,6 +85,9 @@ ITS_DATA = ''' type = "flat_dt"; arch = "%(sys-arch)s"; compression = "%(fdt-comp)s"; + hash-1 { + algo = "crc32"; + }; }; }; |