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

Tom Rini trini at ti.com
Wed Jul 17 16:38:37 CEST 2013


On Tue, Jul 16, 2013 at 08:09:59PM -0700, Simon Glass 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130717/3a75ab4e/attachment.pgp>


More information about the U-Boot mailing list