]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:44:32 +0000 (14:44 +0200)
commit12ffc7ffd106de201c995c4d25f5611f4ca0e2a1
treeaaf539cef996d53dd4aa9108812573cabd385147
parent15a87ad0e78f19dae8a5f67756df309e28f4aec3
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