Skip to content
  • Simon Glass's avatar
    video: Name consoles by their number · f1a1247d
    Simon Glass authored
    
    
    We must use the console name in the 'stdout' variable to select the one
    we want. At present the name is formed from the driver name with a suffix
    indicating the rotation value.
    
    It seems better to name them sequentially since this can be controlled by
    driver order. So adjust the code to use 'vidconsole' for the first,
    'vidconsole1' for the second, etc.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    f1a1247d