
17 Sep
2014
17 Sep
'14
2:44 a.m.
On Tue, Aug 26, 2014 at 01:46:17PM +0300, Vasili Galka wrote:
Use size_t type for positive offsets instead of the loff_t type. The later is defined as long long, which is larger than the pointer type on OpenRISC architecture and therefore the following warning was generated:
"warning: cast to pointer from integer of different size"
Signed-off-by: Vasili Galka vvv444@gmail.com
Applied to u-boot/master, thanks!
--
Tom