spl: fat: Support full fitImage handling
authorMarek Vasut <marex@denx.de>
Thu, 31 May 2018 15:59:19 +0000 (17:59 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:56 +0000 (16:55 -0400)
commit8b1531f7bc66fae7e5c155d6ae5fa2e7aa77ade2
tree2ba4062e12654e6e5b8b4f010187e5dc6ee5ea30
parent078e558699844bfe5b21a5c9730bba84144ef642
spl: fat: Support full fitImage handling

Handle the case where the full fitImage support is enabled. In this
case, the whole fitImage must be loaded up front as some parts of the
fitImage code require memory-mapped access to the entire fitImage.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
common/spl/spl_fat.c