Files
u-boot/drivers
Patrick Delaunay 4de512018b dfu: allow dfu read on partition greater than 2GB
solve issue on get_medium_size() function
the detection of error is a simple test < 0
but for ARM platform, long is 32bits and 2GB = 0x80000000
is seen as error.

I solve the issue by changing the prototype fo the function
to separate size and result.
This patch prepare the next patch with size change to u64.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2017-07-28 23:34:38 +02:00
..
2017-06-01 07:03:13 -06:00
2017-07-03 17:35:28 -04:00
2017-07-28 23:34:08 +02:00
2017-05-22 12:38:15 -04:00
2017-07-23 09:24:47 -04:00
2017-06-01 19:56:54 -07:00
2017-07-26 11:29:15 -04:00
2017-07-28 23:34:07 +02:00
2017-06-01 07:03:10 -06:00
2017-06-01 07:03:01 -06:00
2017-05-18 11:23:31 +02:00
2017-06-01 07:03:01 -06:00