commit | c56468a60d503aee45bc39542307a9d8e6cf5a40 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:57 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | a153960c49310a594b603969a18ffb4c58e19cb8 | |
parent | a24be84df9d8e31de40de0d2270470e19c784bd4 [diff] |
test: spl: Split tests up and use some configs In order to make adding new spl unit tests easier, especially when they may have many dependencies, add some Kconfigs for the existing image test. Split it into the parts which are generic (such as callbacks) and the test-specific parts. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>