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
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,