]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: dek_blob: Add explicit include for mapmem
authorUlises Cardenas <Ulises.Cardenas@freescale.com>
Mon, 4 May 2015 14:53:28 +0000 (09:53 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 15 May 2015 15:22:15 +0000 (12:22 -0300)
commit6219fb97edc364b2d24cd6bbf02a22f59c94a263
tree6b13b6dec0ee1cc58ddac9a51ed3e6d0e59e7971
parent57ffb41e4e39bd2672b647577218d8fb8878f5a2
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>
arch/arm/imx-common/cmd_dek.c