[U-Boot] [PATCH v5 2/3] spl: Allow to load a FIT containing U-Boot from FS
Simon Glass
sjg at chromium.org
Thu May 19 05:59:21 CEST 2016
On 4 May 2016 at 06:04, Lokesh Vutla <lokeshvutla at ti.com> wrote:
> This provides a way to load a FIT containing U-Boot and a selection of device
> tree files from a File system. Making sure that all the reads and writes
> are aligned to their respective needs.
>
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
> ---
> common/spl/spl_fit.c | 76 +++++++++++++++++++++++++++++++++++++++++-----------
> include/spl.h | 10 +++++++
> 2 files changed, 71 insertions(+), 15 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list