Re: [U-Boot] [RFC PATCH 2/2] spl: Support loading a FIT from FAT FS

2016-04-09 Thread Simon Glass
On 4 April 2016 at 22:30, Lokesh Vutla wrote: > Detect a FIT when loading from a FAT File system and handle it using the > new FIT SPL support. > > Signed-off-by: Lokesh Vutla > --- > common/spl/spl_fat.c | 27 +-- > 1 file changed, 25 insertions(+), 2 deletions(-) Nice!

Re: [U-Boot] [RFC PATCH 2/2] spl: Support loading a FIT from FAT FS

2016-04-08 Thread Tom Rini
On Tue, Apr 05, 2016 at 10:00:55AM +0530, Lokesh Vutla wrote: > Detect a FIT when loading from a FAT File system and handle it using the > new FIT SPL support. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [RFC PATCH 2/2] spl: Support loading a FIT from FAT FS

2016-04-04 Thread Lokesh Vutla
Detect a FIT when loading from a FAT File system and handle it using the new FIT SPL support. Signed-off-by: Lokesh Vutla --- common/spl/spl_fat.c | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/common/spl/spl_fat.c b/common/spl/spl_fat.c index d7