Skip to content
  • Simon Glass's avatar
    blk: Drop reference to DM_SPL · b83fae67
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    
    The intent here is to only allow SPL_LEGACY_BLK if !SPL_DM - i.e. that
    when driver model is enabled in SPL, legacy block cannot be used.
    
    However this combination is used by about 240 boards, so we cannot
    disallow it, at least not yet.
    
    So just drop the condition.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    b83fae67