Skip to content
Snippets Groups Projects
Commit 13d72f02 authored by Loïc Minier's avatar Loïc Minier Committed by Wolfgang Denk
Browse files

Drop config.h include in tools/imximage.h


"make tools-all" should allow building tools such as mkimage and the new
imximage without any config, but imximage.c currently fails to build
with:
imximage.h:27:20: error: config.h: No such file or directory

config.h is not needed in imximage.h nor in imximage.c, and imximage.h
is only included from imximage.c, so drop this include to fix the build.

Signed-off-by: default avatarLoc Minier <loic.minier@linaro.org>
parent 6052cbab
No related branches found
No related tags found
No related merge requests found
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