Skip to content
  • Walter Lozano's avatar
    dtoc: improve dtb shrink · 20ab0405
    Walter Lozano authored
    
    
    Currently dtb shrink is done by filtering nodes for which compatible
    strings are found in some driver, no matter if the driver is enabled or
    not.
    
    This patches is an initial aproach to parse config and Makefiles in
    order to only take into account those drivers that are enabled.
    
    Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
    20ab0405