Skip to content
  • Andrew Davis's avatar
    binman: Use unsigned long over typedef ulong · c71ee7e1
    Andrew Davis authored and Simon Glass's avatar Simon Glass committed
    
    
    The header binman_sym.h depends on ulong typedef but does not include
    types.h. This means the header must be included after including types.h
    or a header that includes it.
    
    We could include types.h but instead let's just switch from ulong
    to directly using unsigned long. This removes the need for typedef'ing
    it in some of the tests, so also remove those.
    
    Signed-off-by: default avatarAndrew Davis <afd@ti.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    c71ee7e1