commit | c1913cb7897f77a26791765ef9c3c02b3588f3c1 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Mon Feb 29 15:48:41 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 19:18:41 2016 -0400 |
tree | 32275b55c9c32600ea3848cf5a083278093cc5bc | |
parent | 6004765d14b81210cabc6b0ed807bc0a9f12cdab [diff] |
common: image-fit: Fix load and entry addresses in FIT image FIT image supports more than 32 bits in addresses by using #address-cell field. Fixing 64-bit support by using this field. Signed-off-by: York Sun <york.sun@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>