Skip to content
Snippets Groups Projects
Commit 98a49e53 authored by Ulises Cardenas's avatar Ulises Cardenas Committed by Stefano Babic
Browse files

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: default avatarUlises Cardenas <Ulises.Cardenas@freescale.com>
Reviewed-by: default avatarRuchika Gupta <Ruchika.gupta@freescale.com>
parent b2580877
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <linux/compiler.h>
#include <fsl_sec.h>
#include <asm/arch/clock.h>
#include <mapmem.h>
DECLARE_GLOBAL_DATA_PTR;
......
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