Skip to content
Snippets Groups Projects
Commit 3a2003f6 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

tools/mkimage: fix compiler warnings, use "const"


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>
parent 89a4d6b1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment