mkimage: fit: fix import of external data
authorPatrick Oppenlander <patrick.oppenlander@gmail.com>
Thu, 30 Jul 2020 04:31:48 +0000 (14:31 +1000)
committerTom Rini <trini@konsulko.com>
Fri, 7 Aug 2020 15:47:18 +0000 (11:47 -0400)
commitc995d854efcbf54ebd99a41f9a3c918340f16376
treef5ee64f5bb7063bbd6450379d67359e4ad996286
parentef40129c33396d90a42e10f4a772390ac5b2ba05
mkimage: fit: fix import of external data

The external data is located after the mmapped FDT pointed to by
'old_fdt', not in the newly created FDT we are importing into at 'fdt'.

Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com>
tools/fit_image.c