提交 98a49e53 编写于 作者: U Ulises Cardenas 提交者: Stefano Babic

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: NUlises Cardenas <Ulises.Cardenas@freescale.com>
Reviewed-by: NRuchika Gupta <Ruchika.gupta@freescale.com>
上级 b2580877
......@@ -14,6 +14,7 @@
#include <linux/compiler.h>
#include <fsl_sec.h>
#include <asm/arch/clock.h>
#include <mapmem.h>
DECLARE_GLOBAL_DATA_PTR;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册