commit | 2028cc59f7b904f8e91a99439aa630b20932baa5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 18 22:09:05 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | 90944b382ee649e90cc2f930a8b7a989fece3312 | |
parent | 30107b08d7df87e4c92e413d92896a847f1c74dd [diff] |
sandbox: Stop printing platdata at the start of SPL Currently we have code which prints out platform data at the start of SPL. Now that we have tests for dtoc this is probably not necessary. Drop it. Update test_ofplatdata to check for empty output since it is useful to check that sandbox_spl works as expected. Signed-off-by: Simon Glass <sjg@chromium.org>