Re: [PATCH] barebox.h: correct barebox_main default comment

2025-07-02 Thread Sascha Hauer
On Tue, 01 Jul 2025 20:34:13 +0800, Bo Sun wrote: > The comment incorrectly states that barebox_main defaults to > run_shell() when a shell is enabled. In fact, it defaults to > run_init() when both shell and command support are enabled. > Update the comment to match the actual logic. > > Appl

[PATCH] barebox.h: correct barebox_main default comment

2025-07-01 Thread Bo Sun
The comment incorrectly states that barebox_main defaults to run_shell() when a shell is enabled. In fact, it defaults to run_init() when both shell and command support are enabled. Update the comment to match the actual logic. Signed-off-by: Bo Sun --- include/barebox.h | 2 +- 1 file changed,