Re: [PATCH v2 03/12] bootm: Update fixup_silent_linux() to return an error

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:39AM -0700, Simon Glass wrote: > At present this function fails silently on error. Update it to produce > an error code. Report this error to the user and abort the boot, since it > likely will prevent a successful start. > > No tests are added at this stage, since

[PATCH v2 03/12] bootm: Update fixup_silent_linux() to return an error

2020-11-05 Thread Simon Glass
At present this function fails silently on error. Update it to produce an error code. Report this error to the user and abort the boot, since it likely will prevent a successful start. No tests are added at this stage, since additional refactoring is taking place in subsequent patches.