Skip to content
Snippets Groups Projects
Commit 2434c66d authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

mkimage: Add map_sysmem() and IH_ARCH_DEFAULT to simplfy building


These are not actually used in mkimage itself, but the image code (which
is common with mkimage) does use them. To avoid #ifdefs in the image code
just for mkimage, define dummy version of these here. The compiler will
eliminate the dead code anyway.

A better way to handle this might be to split out more things from common.h
so that mkimage can include them. At present any file that mkimage uses
has to be very careful what headers it includes.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a2cc9bf4
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