commit | afb2cf08d8457e48b510014744bd2ad8c2ad2668 | [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 | 883ef5386bb129a7cbdfc27fab9b25c9724e850a [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>