1
0
Fork 0
remarkable-uboot/drivers/dfu
Stephen Warren 67ab0a5e9f 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>
2014-08-09 11:17:01 -04:00
..
Makefile dfu: add SF backend 2014-08-09 11:16:59 -04:00
dfu.c dfu: fix readback buffer overflow test 2014-08-09 11:17:01 -04:00
dfu_mmc.c dfu: defer parsing of device string to IO backend 2014-08-09 11:16:58 -04:00
dfu_nand.c dfu: defer parsing of device string to IO backend 2014-08-09 11:16:58 -04:00
dfu_ram.c dfu: defer parsing of device string to IO backend 2014-08-09 11:16:58 -04:00
dfu_sf.c dfu: add SF backend 2014-08-09 11:16:59 -04:00