Skip to content
Snippets Groups Projects
Commit 576aacdb authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

bootm: Move fixup_silent_linux() earlier in the bootm stages


Before the bootm refactor, fixup_silent_linux() was done only in the
monolithic bootm case, not in the subcommand case. With the refactor, it
is done always, which is good. Unfortunately it is done too late, since it
is the PREP or CMDLINE stages that set up the command line for Linux.

Move fixup_silent_linux() into the LOADOS stage, which is where we find
out the OS being used, and can thus decide whether to perform this step.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent c3e0afca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment