]> git.sur5r.net Git - u-boot/commit
spl: spi: Support full fitImage handling
authorMarek Vasut <marex@denx.de>
Thu, 31 May 2018 15:59:29 +0000 (17:59 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:56 +0000 (16:55 -0400)
commit26ad648ff4fcca2f5676a0690902be54a94f243d
tree809e53e28cf94f35fe373413fdd18dbb6f25a358
parent8b1531f7bc66fae7e5c155d6ae5fa2e7aa77ade2
spl: spi: 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_spi.c