Skip to content
  • David S. Miller's avatar
    sparc: Make '-p' boot option meaningful again. · 11032c17
    David S. Miller authored
    
    
    If "-p" is given on the command line, clear the CON_BOOT
    flag for the initial early boot PROM console.
    
    This is necessary to try and see crash messages that occur
    between the registry of the VT console and the probing of
    the first framebuffer or serial console.  During this time
    no console messages are emitted because the VT console
    registry (even if no backend is registered to it) removes
    the early console if CON_BOOT is set.
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    11032c17