summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorUlises Cardenas <Ulises.Cardenas@freescale.com>2015-05-04 14:53:28 (GMT)
committerStefano Babic <sbabic@denx.de>2015-05-15 17:20:48 (GMT)
commit98a49e534026b70e75107877fc727fc70da58349 (patch)
tree1e0ea7fd5409a75816eee1cb6294096051057c95 /arch
parentb2580877b599f94730d8d174e0d83cb89217e2d6 (diff)
downloadu-boot-98a49e534026b70e75107877fc727fc70da58349.tar.xz
imx: dek_blob: Add explicit include for mapmem
Boards such as imx6q_sabresd might not have mapmem.h as part of their common library. This causes a build error if the DEK blob command is enabled. Fix: make explicit the include of mapmem.h Signed-off-by: Ulises Cardenas <Ulises.Cardenas@freescale.com> Reviewed-by: Ruchika Gupta <Ruchika.gupta@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/imx-common/cmd_dek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/imx-common/cmd_dek.c b/arch/arm/imx-common/cmd_dek.c
index d93d5fb..ada8adf 100644
--- a/arch/arm/imx-common/cmd_dek.c
+++ b/arch/arm/imx-common/cmd_dek.c
@@ -14,6 +14,7 @@
#include <linux/compiler.h>
#include <fsl_sec.h>
#include <asm/arch/clock.h>
+#include <mapmem.h>
DECLARE_GLOBAL_DATA_PTR;