[U-Boot] [PATCH 1/3] bootm: Move fixup_silent_linux() earlier in the bootm stages

Simon Glass sjg at chromium.org
Wed Jul 17 05:11:32 CEST 2013


Hi Tom,

On Tue, Jul 16, 2013 at 9:09 PM, Simon Glass <sjg at chromium.org> wrote:

> 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: Simon Glass <sjg at chromium.org>
>

I think this one should be considered for the release (the others in the
series are for later). I found the problem while testing this feature.

Regards,
Simon


More information about the U-Boot mailing list