Skip to content
  • Wolfgang Denk's avatar
    tools/mkimage: fix compiler warnings, use "const" · c928d1dc
    Wolfgang Denk authored
    
    
    This fixes some compiler warnings:
    tools/default_image.c:141: warning: initialization from incompatible pointer type
    tools/fit_image.c:202: warning: initialization from incompatible pointer type
    and changes to code to use "const" attributes in a few places where
    it's appropriate.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    c928d1dc