Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall

From: Yinghai Lu
Date: Mon May 21 2007 - 14:39:23 EST


On 5/21/07, Bjorn Helgaas <bjorn.helgaas@xxxxxx> wrote:
early_param("console", setup_early_console);

and have setup_early_console() ignore everything except "uart"?

console= is used
__setup("console=", console_setup);
early_param doesn't have chance to see it.

YH
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/