summaryrefslogtreecommitdiff
path: root/common/image-fdt.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-03-22 22:08:59 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:09 (GMT)
commit0eb25b619699270a8af95c2f76791fd6c4b52972 (patch)
treebb85868e6f9403bb59928feccb08662553e93c25 /common/image-fdt.c
parenteb374221ecac57a85009b801110249e5a0d09ad1 (diff)
downloadu-boot-0eb25b619699270a8af95c2f76791fd6c4b52972.tar.xz
common: Make sure arch-specific map_sysmem() is defined
In the case where the arch defines a custom map_sysmem(), make sure that including just mapmem.h is sufficient to have these functions as they are when the arch does not override it. Also split the non-arch specific functions out of common.h Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/image-fdt.c')
-rw-r--r--common/image-fdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c
index d9e4728..7e2da7b 100644
--- a/common/image-fdt.c
+++ b/common/image-fdt.c
@@ -14,6 +14,7 @@
#include <errno.h>
#include <image.h>
#include <libfdt.h>
+#include <mapmem.h>
#include <asm/io.h>
#ifndef CONFIG_SYS_FDT_PAD