Re: [U-Boot] [PATCH v3 5/5] spl: fit: Add booting OS first

2017-09-12 Thread York Sun
On 08/15/2017 11:15 AM, York Sun wrote: > If CONFIG_SPL_OS_BOOT is enabled, boot OS if kernel image is found > in FIT structure. > > Signed-off-by: York Sun > Reviewed-by: Tom Rini > > --- > This presums the kernel image doesn't exist in a FIT image

Re: [U-Boot] [PATCH v3 5/5] spl: fit: Add booting OS first

2017-08-26 Thread Simon Glass
On 15 August 2017 at 12:14, York Sun wrote: > If CONFIG_SPL_OS_BOOT is enabled, boot OS if kernel image is found > in FIT structure. > > Signed-off-by: York Sun > Reviewed-by: Tom Rini > > --- > This presums the kernel image doesn't exist

[U-Boot] [PATCH v3 5/5] spl: fit: Add booting OS first

2017-08-15 Thread York Sun
If CONFIG_SPL_OS_BOOT is enabled, boot OS if kernel image is found in FIT structure. Signed-off-by: York Sun Reviewed-by: Tom Rini --- This presums the kernel image doesn't exist in a FIT image intended for U-Boot. If kernel image normally co-exists with