Bin Meng 50e8a6bba0 tools: ifdtool: Write correct offset on 32-bit machine
On 32-bit machine strtol() returns LONG_MAX which is 0x7fffffff,
which is wrong for u-boot.rom components like u-boot-x86-16bit.bin.
Change to use strtoll() so that it works on both 32-bit and 64-bit
machines.

Reported-by: Fei Wang <wangfei.jimei@gmail.com>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-14 18:03:19 -06:00
..
2015-07-14 18:03:15 -06:00
2015-05-15 19:20:47 +02:00
2014-11-25 07:11:17 -07:00
2015-01-29 13:38:41 -05:00
2015-05-08 17:24:17 -04:00
2009-11-24 23:43:18 +01:00
2009-04-28 01:16:46 +02:00
2015-05-08 17:24:17 -04:00