Skip to content
  • Simon Glass's avatar
    dm: Reduce SPL device tree size · fa78e0a3
    Simon Glass authored
    
    
    The SPL device tree size must be minimised to save memory. Only include
    properties that are needed by SPL - this is determined by the presence
    of the "u-boot,dm-pre-reloc" property. Also remove a predefined list of
    unused properties from the nodes that remain.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    fa78e0a3