diff options
Diffstat (limited to 'test/vboot')
-rw-r--r-- | test/vboot/sandbox-u-boot.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vboot/sandbox-u-boot.dts b/test/vboot/sandbox-u-boot.dts index a1e853c..63f8f40 100644 --- a/test/vboot/sandbox-u-boot.dts +++ b/test/vboot/sandbox-u-boot.dts @@ -4,4 +4,7 @@ model = "Sandbox Verified Boot Test"; compatible = "sandbox"; + reset@0 { + compatible = "sandbox,reset"; + }; }; |