diff options
| author | Bin Meng <[email protected]> | 2015-07-06 15:57:06 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-07-14 18:03:19 -0600 |
| commit | 50e8a6bba0cf5939afe849ef792f88f09a755758 (patch) | |
| tree | a7e39522c0b7c53540041e516640e49563034b5a /include/linux | |
| parent | df898678ab96b904b962743bb5388284c712b9fb (diff) | |
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 <[email protected]>
Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
