commit | 079ac59586fa1e0c69020e74e4f16cbfdf82232d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:18 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | 843659b2cd2956374d40b34747d3374a4f7d6c69 | |
parent | 3f8760824e028f5710e3d8ec029c8cc9fade1729 [diff] |
test: Move some test drivers into their own file At present several test drivers are part of the test file itself. Some of these are useful for of-platdata tests. Separate them out so we can use them for other things also. A few adjustments are needed so this driver can build for sandbox_spl as well. Signed-off-by: Simon Glass <sjg@chromium.org>