commit | a10fd93cbc2ddf1da1f8b6d915f4bc3276ff7731 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 15 10:42:04 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 04 14:04:33 2013 -0700 |
tree | 738c8809d2a150bd507a8c0b0b27474e854042ee | |
parent | 71162e3cae29832192497d4a1b966336b638df01 [diff] |
patman: Make command methods return a CommandResult Rather than returning a list of things, return an object. That makes it easier to access the returned items, and easier to extend the return value later. Signed-off-by: Simon Glass <sjg@chromium.org>