Re: [U-Boot] [U-Boot, v2, 12/23] spl: Print a message if we are unable to load an image

2018-11-15 Thread Simon Glass
Hi Tom, On 9 November 2018 at 10:43, Tom Rini wrote: > On Tue, Oct 02, 2018 at 05:22:42AM -0600, Simon Glass wrote: > >> It can confusing when U-Boot SPL hangs for no obvious reason, when it is >> unable to load U-Boot. Add a message to indicate the cause. >> >> Signed-off-by: Simon Glass >>

Re: [U-Boot] [U-Boot, v2, 12/23] spl: Print a message if we are unable to load an image

2018-11-09 Thread Tom Rini
On Tue, Oct 02, 2018 at 05:22:42AM -0600, Simon Glass wrote: > It can confusing when U-Boot SPL hangs for no obvious reason, when it is > unable to load U-Boot. Add a message to indicate the cause. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > common/spl/spl.c | 1 + > 1