commit | 3b09787f9828128ea8c85e438c14478c73a101bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 03 09:40:36 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:33 2016 -0400 |
tree | 07923710a2bcc53af60b6cb4316f095b51a6c8de | |
parent | 43cdb7954ac5b7f4039a66ca8796e193f06605c4 [diff] |
test/py: Allow tests to control the sandbox device-tree file Normally tests will run with the test.dtb file designed for this purpose. However, the verified boot tests need to run with their own device-tree file, containing a public key. Make the device-tree file a config option so that it can be adjusted by tests. The default is to keep the current behaviour. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Teddy Reed <teddy.reed@gmail.com>