diff options
Diffstat (limited to 'test/image')
-rwxr-xr-x | test/image/test-fit.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/image/test-fit.py b/test/image/test-fit.py index d5143cbb0f..db0649fca8 100755 --- a/test/image/test-fit.py +++ b/test/image/test-fit.py @@ -108,6 +108,10 @@ base_fdt = ''' model = "Sandbox Verified Boot Test"; compatible = "sandbox"; + reset@0 { + compatible = "sandbox,reset"; + }; + }; ''' |