commit | e3be5fc54da0eb0cc2abc188201f9ce7a3ae8797 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:18 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 22:43:42 2022 -0400 |
tree | 382d7c8364b9c1cdbe4a6665410bd2312e1b462f | |
parent | 2e4938b76295433af338678d45178951184a328b [diff] |
dm: core: Expand integer-reading tests The current tests do not cover all the behaviour. Add some more. Tidy up a few inconsistencies between livetree and flattree which come to light with these tests. Also drop the -ENODATA error since it is never actually returned. Signed-off-by: Simon Glass <sjg@chromium.org>