diff options
Diffstat (limited to 'roms/u-boot/test/py/tests/vboot/sandbox-kernel.dts')
-rw-r--r-- | roms/u-boot/test/py/tests/vboot/sandbox-kernel.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/test/py/tests/vboot/sandbox-kernel.dts b/roms/u-boot/test/py/tests/vboot/sandbox-kernel.dts new file mode 100644 index 000000000..a1e853c9c --- /dev/null +++ b/roms/u-boot/test/py/tests/vboot/sandbox-kernel.dts @@ -0,0 +1,7 @@ +/dts-v1/; + +/ { + model = "Sandbox Verified Boot Test"; + compatible = "sandbox"; + +}; |