Skip to content
Snippets Groups Projects
  • Simon Glass's avatar
    8239be61
    lib: Allow MD5 to be enabled in SPL · 8239be61
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    At present the MD5 option cannot be enabled by board configs since it has
    no Kconfig name. It is generally enabled, so long as FIT support is
    present. But not all boards use FIT, particularly in SPL
    
    Fix this and add an option for SPL as well. This allows board code to call
    md5() even if FIT support is not enabled.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    8239be61
    History
    lib: Allow MD5 to be enabled in SPL
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    At present the MD5 option cannot be enabled by board configs since it has
    no Kconfig name. It is generally enabled, so long as FIT support is
    present. But not all boards use FIT, particularly in SPL
    
    Fix this and add an option for SPL as well. This allows board code to call
    md5() even if FIT support is not enabled.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>