]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image.c
common: Make sure arch-specific map_sysmem() is defined
[people/ms/u-boot.git] / common / image.c
index 162b68269d575196c54608949818aa92a45525b8..abc0d890f289d622503f7e028ade7a48dc55478c 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <environment.h>
 #include <image.h>
+#include <mapmem.h>
 
 #if defined(CONFIG_FIT) || defined(CONFIG_OF_LIBFDT)
 #include <libfdt.h>