]> git.sur5r.net Git - u-boot/commit
common: image-fit: Fix load and entry addresses in FIT image
authorYork Sun <york.sun@nxp.com>
Mon, 29 Feb 2016 23:48:41 +0000 (15:48 -0800)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:41 +0000 (19:18 -0400)
commitc1913cb7897f77a26791765ef9c3c02b3588f3c1
tree32275b55c9c32600ea3848cf5a083278093cc5bc
parent6004765d14b81210cabc6b0ed807bc0a9f12cdab
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>
common/image-fit.c