Skip to content
  • Simon Glass's avatar
    dtoc: Allow multiple warnings for a driver · 1b5fe11d
    Simon Glass authored
    
    
    At present we show when a driver is missing but this is not always that
    useful. There are various reasons why a driver may appear to be missing,
    such as a parse error in the source code or a missing field in the driver
    declaration.
    
    Update the implementation to record all warnings for each driver, showing
    only those which relate to drivers that are actually used. This avoids
    spamming the user with warnings related to a driver for a different board.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarWalter Lozano <walter.lozano@collabora.com>
    1b5fe11d