commit | 67ab0a5e9f295662e6c1363a6cb71d4dd9d51524 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Jul 01 12:16:57 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Sat Aug 09 11:17:01 2014 -0400 |
tree | f209ccbc29bf332398a75f06ce0d61b5b53d5bb2 | |
parent | 54ce79c8a5f05704a086582939af35f60af072e3 [diff] |
dfu: fix readback buffer overflow test The buffer is too small if it's < size to read, not if it's <= the size. This fixes the 1MB test case on Tegra, which has a 1MB buffer. Signed-off-by: Stephen Warren <swarren@nvidia.com>