commit | 56a34a45e09cc8d23cff03b3d8ba549d90048582 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 22 19:30:20 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | fde964d8bb55c77c6247f03f4c44e6b8f98a2e4a | |
parent | 2b923988b8f3c00e193fb88c7e637983f45228eb [diff] |
sandbox: Drop unnecessary test node The spl-test4 node deliberately has an invalid compatible string. This causes a warning from dtoc and the check it does is not really necessary. Drop it, to avoid the warning and associated confusion. Signed-off-by: Simon Glass <sjg@chromium.org>