04 Feb, 2008

1 commit

  • Currently early kernel messages, i.e., those from uncompression, go to the
    debugging UART. And if it is enabled in the platform configuration, but
    not initialized by the bootloader, the machine hangs, waiting for UART
    status change. Besides, having those messages on another UART - typically
    the console UART - may be preferrable. This patch allows selecting the
    UART in kernel configuration.

    Signed-off-by: Guennadi Liakhovetski
    Acked-by: Andrew Victor
    Signed-off-by: Russell King

    Guennadi Liakhovetski