Skip to content
  • Simon Glass's avatar
    spl: Add a name to the SPL load-image methods · ebc4ef61
    Simon Glass authored
    
    
    It is useful to name each method so that we can print out this name when
    using the method. Currently this happens using a separate function. In
    preparation for unifying this, add a name to each method.
    
    The name is only available if we have libcommon support (i.e can use
    printf()).
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    ebc4ef61