Re: [PATCH 02/14] bootm: Change incorrect 'unsupported' error

2022-09-09 Thread Simon Glass
Hi Heinrich, On Fri, 9 Sept 2022 at 09:33, Heinrich Schuchardt wrote: > > > > Am 9. September 2022 17:17:49 MESZ schrieb Simon Glass : > >At present when bootm fails, it says: > > > >subcommand not supported > > > >and then prints help for the bootm command. This is not very useful, since > >

Re: [PATCH 02/14] bootm: Change incorrect 'unsupported' error

2022-09-09 Thread Heinrich Schuchardt
Am 9. September 2022 17:17:49 MESZ schrieb Simon Glass : >At present when bootm fails, it says: > >subcommand not supported > >and then prints help for the bootm command. This is not very useful, since >generally the error is related to something else, such as fixups failing. >It is quite co

[PATCH 02/14] bootm: Change incorrect 'unsupported' error

2022-09-09 Thread Simon Glass
At present when bootm fails, it says: subcommand not supported and then prints help for the bootm command. This is not very useful, since generally the error is related to something else, such as fixups failing. It is quite confusing to see this in a test run. Change the error and show the e